개발자 도구

CSS Flexbox Generator

Build flexbox layouts visually — control direction, wrap, alignment, and per-item properties with a live preview and copy-ready CSS

Container Properties

Live Preview

1
2
3
4

Item 1 Properties

Generated CSS

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

.item-1 {
}

.item-2 {
}

.item-3 {
}

.item-4 {
}

필요한 게 없나요?

커뮤니티 피드백으로 무료 도구를 만듭니다. 워크플로에 필요한 도구를 제안해 주세요!