File size: 408 Bytes
5b76e0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Screen {
    background: white;
}
Screen > Static {
    height: 5;
    content-align: center middle;
    color: white;
    margin: 1;
    box-sizing: border-box;
}    
#static1 {
    background: red 20%;
    color: red;
    border: solid red;
}
#static2 {
    background: green 20%;
    color: green;
    border: dashed green;
}
#static3 {
    background: blue 20%;
    color: blue;
    border: tall blue;
}