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
CSS. flex layout
- CSS: Flexbox Layout
- CSS: flex-direction
- CSS: flex-wrap
- CSS: flex-flow
- CSS: gap, row-gap, column-gap (flex, grid)
- CSS: justify-content (flex, grid)
- CSS: justify-items (flex, grid)
- CSS: align-content (flex, grid)
- CSS: align-items (flex, grid)
- CSS: align-self (flex, grid)
- CSS: order (for flex items)
- CSS: flex (flex-grow, flex-shrink, flex-basis)