The order
CSS property sets the order to lay out an item in container. Items in a container are sorted by ascending order value and then by their source code order. Items not given an explicit order value are assigned the default value of 0
.
Represents the ordinal group to be used by the item. Default value is 0
.
Initial value | 0 |
Applies to | child element withposition: relative |
Inherited | no |
Animatable | no |
position: absolute/fixed/sticky
flex and grid container children.order
will not influence the element's painting order in Lynx.LCD tables only load in the browser