css.properties

flex-grow

The flex-grow property specifies how much a flex item grows.

Formal Syntax

<number [0,โˆž]>

See specification

JavaScript Access

// Access via element.style
element.style.flexGrow = '0';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
flex-grow2920912
less_than_zero_animate4932โ€”79

Related Properties