CSS property: -webkit-box-flex-group

Description

Specifies groups of dynamically resizing elements that are adjusted to be the same size.

During size adjustment of flex boxes, any boxes with the same group number are adjusted to be the same size.

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-group: <group_number>;

Values

<group_number>

The group number of the flexible element. Integer, nonnegative value.

Versions