Files
textual/sandbox/uber.css
2022-05-06 10:20:05 +01:00

14 lines
195 B
CSS

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