Hello Team! I’m a bit confused with this grid-area property from the given example. For the .a selector the dimensions for grid-row is 5 / 7; and grid-column is 1 / span 2;.
When refactoring to grid-area how come the dimensions change to 5 / 1 / span 2 / span 2; ? Where does the 2nd “span 2” come from, i thought the row-end was 7?