Flex-basis

Flex-basis is a CSS property that defines the initial size of a flex item before it is affected by the flex-grow or flex-shrink properties. It determines how much space a flex item should take up in a flex container relative to its siblings.

Insights