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