Files
textual/sandbox/darren/just_a_box.css
2022-08-30 11:49:11 +01:00

16 lines
177 B
CSS

Screen {
background: lightcoral;
}
.box1 {
background: orangered;
height: 12;
width: 30;
}
.box2 {
background: blueviolet;
height: 6;
width: 12;
}