The grid-template-areas attribute can be used to specify a grid layout's areas
by using the grid-area property.
The grid-area property gives each grid item a name, which can referenced in
the grid-template-areas property.
Apostrophes indicate each area's boundaries. And we can keep empty space by
using the period symbol.
Let's look at an example: