flex-direction

  • Level: flex container
  • Default: row
  • Values

    • row
      Horizontal (left to right)
    • row-reverse
      Horizontal (right to left)
    • column
      Vertical (top to bottom)
    • column-reverse
      Vertical (bottom to top)