Files
textual/docs/examples/styles/display.css
2022-08-13 21:39:31 +01:00

13 lines
198 B
CSS

Screen {
background: green;
}
Static {
height: 5;
background: white;
color: blue;
border: heavy blue;
}
Static.remove {
display: none;
}