To use CSS Grid, we first have to create a parent element that acts as a container.
Make sure to pick class, followed by =, and finally "grid-container".
class
=
"grid-container"