--- title: flex-flow slug: Web/CSS/flex-flow tags: - CSS - CSS Eigenschaften - CSS Flexible Boxen - Referenz translation_of: Web/CSS/flex-flow ---
Die Kurzschreibweise flex-flow
fasst die Eigenschaften {{cssxref("flex-direction")}}
und {{cssxref("flex-wrap")}}
zusammen.
{{cssinfo}}
Siehe Using CSS flexible boxes für mehr Information.
Siehe flex-direction
und 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; }
Spezifikation | Status | Anmerkung |
---|---|---|
CSS Flexible Box Layout Module | {{ Spec2('CSS3 Flexbox') }} |