Files
textual/sandbox/horizontal.css
2022-05-20 14:00:15 +01:00

19 lines
272 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: content-box;
}