Files
textual/sandbox/uber.css
2022-04-21 16:59:36 +01:00

16 lines
205 B
CSS

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