PixelTool

Flexbox Generator

Visual tool for creating CSS Flexbox layouts

Properties

Preview

1
2
3

Generated CSS

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

Frequently Asked Questions

PixelTool - Free Online Developer Tools & Utilities