flex-direction

Term side of the Card
Topic: Flexboxes
Unit title: flex-direction
Categories: Property
Explanation side of the Card

Explanation: The property that defines the direction in which flex items are placed within a flex container. Options include 'row', 'row-reverse', 'column' and 'column-reverse', which control whether items are arranged horizontally, vertically or in reverse order.

Browser compatibility:
  • The chrome browser supports this feature starting from version 29
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 20
  • The safari browser supports this feature starting from version 9
Availability: