CSS property: -webkit-box-flex

Description

Specifies an element’s flexibility.

Flexible elements can stretch or shrink to fit the size of the bounding box of their parent element. The amount of stretching or shrinkage of an element is determined by its flex value relative to the flex values of other elements within the same parent element.

This property applies only to flexible box layouts. For more information about flexible boxes, see http://www.w3.org/TR/css3-layout/

Syntax

-webkit-box-flex: <flex_value>;

Values

<flex_value>

Floating-point number. The flexibility of the element.

Versions