Smart resizing container
flexbox
Define a container that has elements which adjust their size according to the amount of space available.
Properties used with flexbox containers:
- flex-flow
- flex-direction
- flex-wrap
- justify-content
- align-content
- align-items
Properties used with flexbox elements:
- flex
- flex-basis
- flex-grow
- flex-shrink
- align-self