Then inside the grid-container rule, add the property and value needed to create a CSS Grid.
grid-container
Make sure to pick display followed by : and then grid, ;.
display
:
grid
;