CSS Flexbox
Container and Items
- Set up your flex container and properties of the container.
- Set the "flex" properties on the items within your container.
- flex-basis
- flex-grow
- flex-shrink
- flex shorthand property (
flex-grow flex-shrink flex-basis
)