CSS Property:
grid-auto-flow:
row
column
dense
row dense
column dense
Result:
1
2
3
4
CSS Code:
#myDIV {
display: grid;
grid-auto-flow:
row
;
}
Click the property values above to see the result
W3Schools.com
- Play it