--- title: flex-flow slug: Web/CSS/flex-flow translation_of: Web/CSS/flex-flow ---
CSS flex-flow
属性是 flex-direction 和 flex-wrap 的简写。
{{cssinfo}}
更多信息参见 使用 CSS 弹性盒
Formal syntax: {{csssyntax("flex-flow")}}
更多取值信息请查看
flex-direction
和 flex-wrap
element { /* Main-axis is the block direction with reversed main-start and main-end. Flex items are laid out in multiple lines */ flex-flow: column-reverse wrap; }
Specification | Status | Comment |
---|---|---|
CSS Flexible Box Layout Module | {{ Spec2('CSS3 Flexbox') }} |