Dev Tool

CSS Flexbox Generator

Build flexbox layouts visually with live preview. Adjust container and item properties, then copy the CSS.

Container

Items

4

Click an item in the preview to edit its properties.

Live Preview

1
2
3
4

Generated CSS

.container {
  display: flex;
  gap: 8px;
}

Share this tool