mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
15 lines
192 B
CSS
15 lines
192 B
CSS
Screen {
|
|
align: center middle;
|
|
}
|
|
|
|
Label {
|
|
|
|
width: 20;
|
|
height: 5;
|
|
background: blue;
|
|
color: white;
|
|
border: tall white;
|
|
margin: 1;
|
|
content-align: center middle;
|
|
}
|