This page shows the flexbox-related classes.
| Class | Element | Results |
|---|---|---|
| .flex | parent | Turns the element into a flexbox with default values |
| .centreH | parent | makes the children centred horizontally (align-items) |
| .centreV | parent | makes the children centred vertically (justify-content) |
| .autoright | child | sets right margin to auto and forces the block to the left |
| .autoleft | child | sets left margin to auto and forces the block to the right |