πŸ› οΈ Developer Tools
Β· 1 min read

Free CSS Flexbox Playground


Toggle flexbox properties and see the result live.

} renderFlex();

Properties explained

  • flex-direction β€” main axis: row (horizontal) or column (vertical)
  • justify-content β€” alignment along the main axis
  • align-items β€” alignment along the cross axis
  • flex-wrap β€” whether items wrap to new lines
  • gap β€” space between items