CSS order Property Reference

The CSS order property is a standard property in CSS Display. Review its formal syntax, computed behavior, and practical declarations.

CSS order Property Reference

The CSS order property is a standard property in CSS Display. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

order overview

The CSS order property is a standard property in CSS Display. 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

order formal syntax
FieldValue
Formal syntax<integer>
Initial value0
Applies toflexItemsGridItemsAbsolutelyPositionedContainerChildren
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typeinteger
Mediavisual
Specification groupCSS Display
StatusStandard

Practical examples

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

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

Description

The CSS order property is a standard property in CSS Display. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: order
  2. MDN: CSS Properties Reference

Similar or alternative tools

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