grid-area: class...
grid-template-areas: class...
MAIN CONTENT
PHOTOS
BUTTON
Let's now learn a new method of placing grid items on a grid. We'll create named areas on the grid then assign grid items to those areas.
If we want to create different areas for different rows, we add each row in between quotes.
"item1 item2" 'item3 item4"
We use . to create an empty grid area