CSS Box-Flex-Group Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

Specifies how a box grows to fill the box that contains it, in the direction of the containing box's layout.

Syntax

box-flex-group: [value];

Possible values

  • [integer]

Initial Value

1

Applies To

Children of box elements

Inherited

No

Media

Visual

Example

Still to come


View All CSS Properties