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