--- title: Place Items in Grid Areas Using the grid-area Property --- # Place Items in Grid Areas Using the grid-area Property --- ## Hints ### Hint 1 Use the `grid-area` property. --- ## Solutions ```html
Solution 1 (Click to Show/Hide)
1
2
3
4
5
```