Skip to main content

Toolzium

Command Palette

Search for a command to run...

CSS Flexbox Playground

Interactive CSS Flexbox layout builder. Visually create flexbox layouts and generate CSS code.

Container Properties
Preview
1
2
3
Generated CSS
.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
}
CSS Flexbox Playground | Toolzium - Toolzium