Files
textual/sandbox/uber.css
2022-03-30 15:04:36 +01:00

14 lines
177 B
CSS

#uber1 {
layout: vertical;
background: dark_green;
overflow: hidden auto;
border: heavy white;
}
.list-item {
height: 8;
min-width: 80;
background: dark_blue;
}