CSS: flex-direction

By Xah Lee. Date: . Last updated: .

flex-direction

Defines the direction of the main axis.

flex-direction: row

default. left to right

flex-direction: row-reverse

right to left

1
2
3
flex-direction: column

top to bottom

1
2
3
flex-direction: column-reverse

bottom to top

CSS, flex layout