mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
Screen {
|
|
align: center middle;
|
|
}
|
|
|
|
Hello {
|
|
width: 40;
|
|
height: 9;
|
|
padding: 1 2;
|
|
background: $panel;
|
|
color: $text;
|
|
border: $secondary tall;
|
|
content-align: center middle;
|
|
}
|