Skip to content

Bit #14

The grid-auto-flow property takes up to two values. row, column, dense, row dense, or column dense.

.grid {
grid-auto-flow: row dense;
}