Line 12: | Line 12: | ||
background-color: rgba(255, 255, 255, 0.8); | background-color: rgba(255, 255, 255, 0.8); | ||
border: 1px solid rgba(0, 0, 0, 0.8); | border: 1px solid rgba(0, 0, 0, 0.8); | ||
− | padding: | + | padding: 0px; |
font-size: 30px; | font-size: 30px; | ||
text-align: center; | text-align: center; |
Revision as of 05:37, 16 October 2018
Grid Elements
A Grid Layout must have a parent element with the display property set to grid or inline-grid.
Direct child element(s) of the grid container automatically becomes grid items.
2
3
4
5
6
7
8
9