Files
textual/sandbox/auto_test.css
Will McGugan af214d03db comment
2022-05-20 10:45:57 +01:00

17 lines
225 B
CSS

Vertical {
background: red 50%;
}
.test {
width: auto;
height: auto;
background: white 50%;
border:solid green;
padding: 0;
margin:3;
align: center middle;
box-sizing: border-box;
}