Files
textual/sandbox/uber.css
2022-04-26 10:52:10 +01:00

15 lines
209 B
CSS

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