Main Content
- Grid container…
display: grid
- A block-like default flow (stacked)
- Maybe we want a
gap
between things? - Maybe we want to position the content?
- Inspect… implicit grid (lines, tracks, and cells)
- Auto-flow… one item in every cell
- Explicit placement and spans…
grid-auto-columns
&-rows
for sizing