mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
12 lines
168 B
CSS
12 lines
168 B
CSS
Grid {
|
|
grid-size: 2 4;
|
|
grid-gutter: 1 2; /* (1)! */
|
|
}
|
|
|
|
Label {
|
|
border: round white;
|
|
content-align: center middle;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|