CSS Flexbox

Container and Items

  1. Set up your flex container and properties of the container.
  2. 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)