mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
14 lines
178 B
CSS
14 lines
178 B
CSS
Screen {
|
|
align: center middle;
|
|
}
|
|
|
|
.box {
|
|
width: 40;
|
|
height: 5;
|
|
margin: 1;
|
|
padding: 1;
|
|
background: green;
|
|
color: white 90%;
|
|
border: heavy white;
|
|
}
|