Files
textual/docs/examples/styles/grid_gutter.css
Rodrigo Girão Serrão 50ee4e57f2 Add example for grid-gutter.
2022-12-19 18:42:28 +00:00

12 lines
167 B
CSS

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