Flexbox Playground

An interactive playground to experiment with and visualize flexbox properties in real-time. Adjust container and item properties to see how flexbox layout behaves.

Playground

General Settings

dir

Properties for the flex container

flex-direction
flex-wrap
justify-content
align-items
align-content

Properties for the flex item

align-self
  1. 0
  2. 1
  3. 2
  4. 3
  5. 4

How to Use

Container Properties (Left Panel)

Item Properties (Select Items)

Learn More

For a comprehensive guide to flexbox concepts and techniques, explore our interactive flexbox guide.

Resources