CSS Flexbox Generator

Visual builder + live preview. Adjust controls — see the layout + copy the CSS.

12 px
5

Flexbox property cheatsheet

PropertyEffect
flex-directionMain axis: row (horizontal) or column (vertical)
justify-contentDistribution along the main axis
align-itemsDistribution along the cross axis
flex-wrapWrap items onto multiple lines if needed
gapSpacing between items (replaces margin tricks)

Common patterns