Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

CSS3 box-flex-group property


May 05, 2021 CSS Reference Manual


Table of contents


Browser support

CSS3 box-flex-group property CSS3 box-flex-group property CSS3 box-flex-group property CSS3 box-flex-group property CSS3 box-flex-group property

There is currently no browser that supports box-flex-group properties.

Definitions and usages

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

Tip: Scalable elements can scale as the box shrinks and expands.

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

Grammar

box-flex-group: integer;
Value Describe
integer An integer. (The first flexible grouping is 1, followed by the flexible grouping is a larger value).