CSS Property:
box-ordinal-group:
1
3
5
Result:
Box 1
myDIV
Box 2
box-ordinal-group:2
Box 3
box-ordinal-group:4
CSS Code:
#myDIV
{
box-ordinal-group:
1
;
}
Click the property values above to see the result
W3Schools.com
- Play it