Flexbox Generator

Build CSS flexbox layouts visually and copy the code.

Preview

1
2
3

Container Properties

Child Properties

Generated CSS

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

How to use

Adjust flex properties and see the live preview update.