Dev Tools

Flexbox Playground

Build flexbox layouts interactively. Control parent and child flex properties and copy the generated CSS.

Container Properties
Preview
1
2
3

Click an item to select it and edit its properties below.

CSS Code
.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 8px;
}
Was this page helpful?

Related tools