Inside the grid-container rule, add the display property and the value needed to create a CSS Grid.
grid-container
display
Make sure to type display: grid;.
display: grid;