Files
textual/sandbox/uber.css

16 lines
190 B
CSS

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