File size: 198 Bytes
5b76e0f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
Screen {
    background: green;
}
Static {             
    height: 5;        
    background: white;        
    color: blue;   
    border: heavy blue;     
}
Static.remove {
    display: none;
}