Inside the #grid-container rule, set the display property to create a grid.
#grid-container
display
Make sure to pick display followed by : and then grid, ;.
:
grid
;