CSS Flexbox Playground

Learn flexbox by experimenting

Adjust the container and per-item flex properties, watch the live preview update, and copy the generated CSS. Click any item in the preview to edit its individual properties (flex-grow, flex-shrink, flex-basis, align-self, order). Everything runs in your browser.

Container

Main axis direction the items flow along.
Whether items wrap onto multiple lines.
Alignment along the main axis.
Alignment along the cross axis (per line).
Spacing between lines when items wrap (needs flex-wrap: wrap).
Space between items.

Items

Live preview (click an item to edit it)
Generated CSS