CSS Property:
box-direction:

Result:
Box 1
Box 2
Box 3
CSS Code:

#myDIV {
  display:box;
  box-direction:normal;
}
  
Click the property values above to see the result
W3Schools.com - Play it