mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
12 lines
160 B
CSS
12 lines
160 B
CSS
Grid {
|
|
grid-size: 2 5;
|
|
grid-rows: 1fr 6 25%;
|
|
}
|
|
|
|
Label {
|
|
border: round white;
|
|
content-align: center middle;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|