--- title: Use grid-area Without Creating an Areas Template --- # Use grid-area Without Creating an Areas Template --- ## Hints ### Hint 1 The `grid-area` takes values in the following format `horizontal line to start at / vertical line to start at / horizontal line to end at / vertical line to end at`. --- ## Solutions
Solution 1 (Click to Show/Hide) ```html
1
2
3
4
5
```