When using grid-template, the values on the left of the slash are rows and the ones on the right are columns. Code 50px 50px / 80px 80px.
grid-template
50px 50px / 80px 80px
Make sure to pick 50px followed by 50px and then /, 80px, 80px.
50px
/
80px