File size: 261 Bytes
5b76e0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Screen {
    background: white;
    color: black;
}
App Static {
    background: blue 20%;
    height: 5;
    margin: 2;
    padding: 1;
    border: wide black;
}
#static1 {       
    box-sizing: border-box;
}
#static2 {        
    box-sizing: content-box;
}