mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
22 lines
311 B
CSS
22 lines
311 B
CSS
Screen {
|
|
background:blue;
|
|
}
|
|
|
|
Vertical {
|
|
background: red 50%;
|
|
overflow: auto;
|
|
/* width: auto */
|
|
}
|
|
|
|
.test {
|
|
/* width: auto; */
|
|
/* height: 50vh; */
|
|
|
|
background: white 50%;
|
|
border:solid green;
|
|
padding: 0;
|
|
margin:3;
|
|
|
|
align: center middle;
|
|
box-sizing: border-box;
|
|
} |