mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
16 lines
186 B
CSS
16 lines
186 B
CSS
Screen {
|
|
background: green;
|
|
}
|
|
|
|
Label {
|
|
height: 5;
|
|
width: 100%;
|
|
background: white;
|
|
color: blue;
|
|
border: heavy blue;
|
|
}
|
|
|
|
Label.invisible {
|
|
visibility: hidden;
|
|
}
|