Proprietà grid-auto-flow

The grid-auto-flow property controls how auto-placed items are inserted in the grid.

This grid has three columns and two rows.

grid-auto-flow: column

Items column by column:

1
2
3
4
5
6
7
8

grid-auto-flow: row

Items row by row:

1
2
3
4
5
6
7
8