Files
textual/sandbox/auto_test.css
Will McGugan efd4273a4c auto sizing
2022-05-13 15:27:02 +01:00

16 lines
224 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;
}