Files
textual/sandbox/darren/just_a_box.css

7 lines
90 B
CSS

#box {
height: 50%;
width: 50%;
align: center middle;
background: blue;
}