CSS Dojo道場 · practice
All tracks

Track

Flexbox

flex-direction, flex-wrap, justify-content, align-items, flex-grow, flex-shrink, flex-basis, order, gap — the layout system that finally made centring easy.

  1. 01Row or column?
  2. 02Wrapping to a new line
  3. 03Distributing along the main axis
  4. 04Aligning across the cross axis
  5. 05Growing to fill the space
  6. 06Shrinking to fit
  7. 07The starting size
  8. 08The flex shorthand
  9. 09Reordering without touching the HTML
  10. 10Spacing with gap
  11. 11Boss: build the navbar