Fix examples.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 16:11:45 +00:00
parent 2827edcd49
commit a1b9d4b2c5
13 changed files with 65 additions and 47 deletions

View File

@@ -1,7 +1,16 @@
#static1 {
box-sizing: border-box;
}
#static2 {
box-sizing: content-box;
}
Screen {
background: white;
color: black;
}
App Static {
background: blue 20%;
height: 5;
@@ -9,9 +18,3 @@ App Static {
padding: 1;
border: wide black;
}
#static1 {
box-sizing: border-box;
}
#static2 {
box-sizing: content-box;
}