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