Syntax details:
- Name:
- flex-direction
- Value:
- row | row-reverse | column | column-reverse
- Initial:
- row
- Applies to:
- flex containers
- Name:
- flex-wrap
- Value:
- nowrap | wrap | wrap-reverse
- Initial:
- nowrap
- Applies to:
- flex containers
(||): One or more of them must occur, in any order.
(|): Exactly one of them must occur.