File size: 213 Bytes
5b76e0f
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Static {
    height: 1fr;
    content-align: center middle;
    color: white;
}    
#static1 {
    background: red;
}
#static2 {
    background: rgb(0, 255, 0);
}
#static3 {
    background: hsl(240, 100%, 50%);
}