mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
15 lines
250 B
CSS
15 lines
250 B
CSS
Screen {
|
|
background: darkblue;
|
|
color: white;
|
|
layout: vertical;
|
|
align: center middle;
|
|
}
|
|
Static {
|
|
height: auto;
|
|
padding: 2;
|
|
margin: 2;
|
|
border: white;
|
|
background: #ffffff 30%;
|
|
content-align: center middle;
|
|
}
|