Grid Areas and Placement
Place items precisely using grid lines and named areas.
Grid Line Numbers
Items can span multiple cells using line numbers:
Loading CSS Playground...
grid-column and grid-row
Loading CSS Playground...
The span Keyword
Use span instead of line numbers:
Loading CSS Playground...
Named Grid Areas
Create layouts with named areas:
Loading CSS Playground...
Empty Cells with Dots
Use . for empty cells:
Loading CSS Playground...
Interactive Playground
Loading Grid Playground...
Practical: Blog Layout
Loading CSS Playground...
Exercise: Span Columns
Make the header span all 3 columns:
Loading CSS Exercise...

