Home > Article > Web Front-end > How to use css box-flex-group property
css The box-flex-group attribute is used to assign scalable elements to flexible groups. Its syntax is box-flex-group: integer; currently no browser supports the box-flex-group attribute.
How to use the css box-flex-group attribute?
Function:
is used to allocate scalable elements to flexible groups.
Syntax:
box-flex-group: integer;
Description:
integer An integer. (The first flex group is 1, subsequent flex groups are larger values).
Note:
Currently no browser supports the box-flex-group attribute.
The above is the detailed content of How to use css box-flex-group property. For more information, please follow other related articles on the PHP Chinese website!