Next, use the property for creating grid rows and set it to 50px repeat(4, 40px).
50px repeat(4, 40px)
Make sure to pick grid-template-rows followed by 50px and then repeat, (, 4, ,, 40px, ).
grid-template-rows
50px
repeat
(
4
,
40px
)