Files
textual/sandbox/uber.css
2022-05-03 17:46:29 +01:00

13 lines
170 B
CSS

#uber1 {
layout: vertical;
background: green;
overflow: hidden auto;
border: heavy white;
}
.list-item {
height: 8;
color: #12a0;
background: #ffffff00;
}