tests for box model

This commit is contained in:
Will McGugan
2022-04-21 12:16:05 +01:00
parent 4980488973
commit c68d6e8d0e
5 changed files with 195 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ Widget {
#thing2 {
border: solid white;
/* outline: heavy blue; */
height: 10;
padding: 1 2;
box-sizing: border-box;
@@ -39,7 +39,7 @@ Widget {
#thing3 {
height: 10;
margin: 1;
background:blue;
align-horizontal: center;

View File

@@ -8,7 +8,7 @@
.list-item {
height: 8;
width:100%;
min-width: 80;
background: dark_blue;
}