Files
textual/docs/examples/styles/visibility.css
Will McGugan 538e5d4701 lots more docs
2022-08-14 15:43:00 +01:00

13 lines
206 B
CSS

Screen {
background: green;
}
Static {
height: 5;
background: white;
color: blue;
border: heavy blue;
}
Static.invisible {
visibility: hidden;
}