Files
textual/sandbox/horizontal.css
Will McGugan e21921afe4 merge css
2022-05-13 17:11:06 +01:00

18 lines
270 B
CSS

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