CSS flex-wrap Property Reference

The CSS flex-wrap property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

CSS flex-wrap Property Reference

The CSS flex-wrap property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

flex-wrap overview

The CSS flex-wrap property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

flex-wrap formal syntax
FieldValue
Formal syntaxnowrap | [ wrap | wrap-reverse ] || balance
Initial valuenowrap
Applies toflexContainers
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Flexible Box Layout
StatusStandard

Practical examples

These declarations demonstrate valid ways to set flex-wrap. The initial and inherit global keywords remain available even when a property-specific value is preferable.

flex-wrap live example
CSS .reset-example { flex-wrap: initial; } .inherit-example { flex-wrap: inherit; } @supports (flex-wrap: initial) { .supported { flex-wrap: initial; } }

Description

The CSS flex-wrap property is a standard property in CSS Flexible Box Layout. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: flex-wrap
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies