Theme
  • Light
  • Dark

Flex direction


The flex-direction CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

Class name Properties
_fdrt-r
flex-direction: row
_fdrt-cl
flex-direction: column
_fdrt-rrv
flex-direction: row-reverse
_fdrt-clrv
flex-direction: column-reverse
Modifier