order

abstract var order: Order?(source)

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.

Syntax: <integer>

Initial value: 0

|  Chrome  | Firefox | Safari  |  Edge  |    IE    |
| :------: | :-----: | :-----: | :----: | :------: |
|    29    |   20    |    9    |   12   |    11    |
|    21′   |         |    7′   |        |    10′   |

See also