AltraTools
📐

CSS Flexbox Generator

Visual CSS flexbox playground and code generator

Controls

Preview

1
2
3
4

CSS Code

.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
}

Flexbox Generator

Build flexbox layouts visually and get the CSS code instantly.