← Back to Dev Tools

Flexbox Playground

Visual flexbox layout builder with code export

Configuration

4

Preview

1
2
3
4

Generated CSS

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
gap: 16px;