What does grid-auto-flow: column do in a grid layout?
Places items in columns, left to right
Places items in rows, top to bottom
Automatically creates columns based on item size
Aligns items in a single row
This question is part of this quiz :
CSS Layout Logic Quiz