restore horizontal.css

This commit is contained in:
Will McGugan
2022-05-20 14:00:15 +01:00
parent ba48050721
commit 5db995e6ed

View File

@@ -7,14 +7,12 @@ Horizontal {
.test {
width: auto;
height: auto;
height: 5;
background: white 50%;
/* border:solid green; */
border-right: outer green;
border-left: outer blue;
border:solid green;
padding: 0;
margin:3;
align: center middle;
box-sizing: border-box;
box-sizing: content-box;
}