textual/docs/examples/styles/grid_size_both.css
Rodrigo Girão Serrão 5e901458fb Add grid size examples.
2022-12-19 18:01:29 +00:00

10 lines
146 B
CSS

Grid {
grid-size: 2 4; /* (1)! */
}
Label {
border: round white;
content-align: center middle;
width: 100%;
height: 100%;
}