CSS Property:
box-orient:
horizontal
vertical
inline-axis
block-axis
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