Files
textual/sandbox/uber.css
Darren Burns 6b2533fb65 Spacing tests
2022-04-27 11:59:09 +01:00

12 lines
151 B
CSS

#uber1 {
layout: vertical;
background: dark_green;
overflow-x: x;
border: heavy white;
}
.list-item {
height: 8;
background: dark_blue;
}