flexbasis
Flex-basis is a property of the CSS Flexible Box Layout (Flexbox) that sets the initial size of a flex item along the main axis before any free-space distribution by flex-grow or flex-shrink occurs. In a row-oriented container, the main axis runs left to right; in a column-oriented container, it runs top to bottom. The flex-basis value determines the item’s base size that is used to calculate how much space the item should take up.
Values of flex-basis can be a length, a percentage, auto, or, in some browsers, the keyword content.
After the base sizes are determined, the container’s remaining or excess space is distributed among items according
Common usage patterns include setting flex-basis: 0 to create equal-width columns when combined with a positive