Flex
The flex
property is a shorthand for the flexbox properties flex-grow
, flex-shrink
and flex-basis
.
In addition <flex >
can refer to a flexible length
in CSS Grid Layout.
See also
Property reference
Further reading
- CSS Flexible Box Layout Module Level 1 Specification
- CSS Flexbox Guide: