Flex Item
The direct children of a Flex Container (elements with display: flex
or display: inline-flex
set on them) become flex items.
Continuous runs of text inside flex containers will also become flex items.
See also
Property reference
Further reading
- CSS Flexbox Guide: Basic Concepts of Flexbox
- CSS Flexbox Guide: Ordering flex items
- CSS Flexbox Guide: Controlling Ratios of flex items along the main axis