CSS property: -webkit-box-orient
    Description
Specifies the layout of elements nested within a flexible box element.
This property applies only to flexible box layouts. For more information about flexible boxes, see http://www.w3.org/TR/css3-layout/.
Syntax
-webkit-box-orient: <orientation>;
Values
- <orientation>
- The orientation of elements nested in the flexible box. - block-axis - Elements are oriented along the box's axis. - horizontal - Elements are oriented horizontally. - inline-axis - Elements are oriented along the inline axis. - vertical - Elements are oriented vertically.