I'm very confused with this example... span 3 / 5, but I wonder if my answer is correct and I'm just not finding the right answer when googling..so I'm then unsure
grid-column: span 3 / 5;
grid-column: span 3 / 5;
I see this as... span 3 columns, end on the 5th, so it'll span 3 columns from the 5th line, back to the start?