Files
textual/sandbox/uber.css
Will McGugan 233c2c4075 fix css reload
2022-04-29 10:20:32 +01:00

15 lines
175 B
CSS

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