Next, create a grid row that uses the fr unit.
fr
Make sure to pick grid-template-rows followed by : and then 1fr, ;.
grid-template-rows
:
1fr
;