Css Grid
grid-column-start grid-column-end
grid-row-start grid-row-end
=
grid area: row start / row end / column start / column end
order
span 3 - grid area
grid-template-rows + grid-template-columns = grid-template
repeat(4, 12.5) = 4 grids spanning 50 px;