grid-auto-flow : CSS Grid :: flex-direction : Flexbox
When setting a parent element to display: flex
, its child elements align left-to-right like this:
Now, one of the neat things we can do with flexbox is change the direction so that child elements are stacked …