Files
textual/sandbox/darren/just_a_box.css
2022-08-31 17:08:21 +01:00

9 lines
99 B
CSS

Screen {
background: darkslategrey;
}
.box1 {
background: darkmagenta;
width: auto;
}