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