CSS: flex-direction
flex-direction
- CSS property
flex-directionis for Flexbox container. - It specify the direction of the flow.
flex-direction: row;-
default. left to right
flex-direction: row-reverse;-
right to left
123 flex-direction: column;-
top to bottom
123 flex-direction: column-reverse;-
bottom to top