CSS Grid Series: 5 - grid-auto-flow Explained
Live dev notes taken throughout the CSS Grid course by Wesbos — cssgrid.io
By default, when the number of items exceed the explicitly defined tracks, those items get tacked onto the next row. This means by default:
grid-auto-flow: row
If we want the...
uncurated.hashnode.dev2 min read