Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 393 Bytes

order.md

File metadata and controls

19 lines (14 loc) · 393 Bytes

order

The order CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending order value and then by their source code order.

Values

<integer>
Represents the ordinal group to be used by the item.

Examples

order="5"
order="-5"
order="inherit"
order="initial"