rs79.vrx.palo-alto.ca.us


Order:<integer>

By default source order is used to display the items. By specifying the item number specifically the order of items displayed can be different form the source order.


Flex-grow:<integer>

If all items have flex-grow set to 1, the remaining space in the container will be distributed equally to all children. If one of the children has a value of 2, the remaining space would take up twice as much space as the others (or it will try to, at least).


Flex-shrink:<integer>

Same as grow but works the other way.


Flex-basis:<auto>

Makes things bigger or smaller.