CSS Property:
box-orient:

This example does not work in IE or Opera.
Result:
Box 1
Box 2
Box 3
CSS Code:

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