flex-wrap
flex-wrap
The CSS flex-wrap
property specifies whether flex items are forced into a single line or can be wrapped onto multiple lines. If wrapping is allowed, this property also enables you to control the direction in which lines are stacked.
flex-wrap: nowrap; flex-wrap: wrap; flex-wrap: wrap-reverse; /* Global values */ flex-wrap: inherit; flex-wrap: initial; flex-wrap: unset;
Initial value | nowrap |
---|---|
Applies to | flex containers |
Inherited | no |
Media | visual |
登录查看完整内容
|