Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

order in flex

/*default is 0 and -1 to make sure it always stay at first
larger positive number stay at last*/
.item-1 {
  order:2; /* if other item is 0 then it will be in last */
}
 
PREVIOUS NEXT
Tagged: #order #flex
ADD COMMENT
Topic
Name
8+4 =