Uttir

CSS Flexbox Playground

Visual playground for CSS Flexbox. Adjust container and item properties with sliders, see the live layout update, and copy the generated CSS.

CSS Flexbox Playground — A visual editor for CSS Flexbox. Pick container properties (flex-direction, flex-wrap, justify-content, align-items, align-content, gap) and item properties (flex-grow, flex-shrink, flex-basis, align-self, order) and see the layout update in real time. Copy the generated CSS when you are done.

All rendering happens locally. The CSS you generate never leaves your browser.

Was CSS Flexbox Playground useful?

What is css flexbox playground?

A visual editor for CSS Flexbox. Pick container properties (flex-direction, flex-wrap, justify-content, align-items, align-content, gap) and item properties (flex-grow, flex-shrink, flex-basis, align-self, order) and see the layout update in real time. Copy the generated CSS when you are done.

Useful for learning flexbox, prototyping a layout before writing code, or debugging a flexbox issue. The generated CSS is plain — no preprocessor, no framework — and works in any modern browser.

How to use it

  1. Adjust container controls

    Set flex-direction, flex-wrap, justify-content, align-items, align-content, and gap.

  2. Edit each item

    Click any item in the preview to select it. Then adjust its flex-grow, flex-shrink, flex-basis, align-self, and order.

  3. Add or remove items

    Use the + and × buttons to add or remove items from the flex container.

  4. Copy the generated CSS

    Copy the generated CSS from the right-hand panel.

Frequently asked questions

Related tools