14 lines
163 B
CSS
14 lines
163 B
CSS
Screen {
|
|
background: green;
|
|
}
|
|
|
|
Static {
|
|
height: 5;
|
|
background: white;
|
|
color: blue;
|
|
border: heavy blue;
|
|
}
|
|
|
|
Static.remove {
|
|
display: none;
|
|
}
|