box-flex-group property CSS Reference



Definition and Usage

The box-flex-group property is used to assign flexible elements to flex groups.

Note: Elements that are flexible can shrink or grow as the box shrinks and grows.

Default value:1
Inherited:no
Version:CSS3
JavaScript syntax: object.style.boxFlexGroup=2

Syntax

 box-flex-group: integer;

Values

ValueDescription
integerAn integer (the first flex group is 1 and higher values are later flex groups)

Examples

No examples


Relative articles