CSS: flex-direction

By Xah Lee. Date: . Last updated: .

flex-direction

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