Flex Direction
Utilities for controlling the direction of flex items.
| Class | CSS Output |
|---|---|
flex-row-reverse |
|
flex-col |
|
flex-col-reverse |
|
flex-row |
|
flex-row-reverse
flex-direction: row-reverse;
flex-col
flex-direction: column;
flex-col-reverse
flex-direction: column-reverse;
flex-row
flex-direction: row;
Reference
| flex-direction | MDN ↗ |
CSS Properties
flex-direction