🛠️ToolsShed

Flexboxジェネレーター

ビジュアルエディターとライブプレビューでCSSフレックスボックスのレイアウトコードを生成します。

プレビュー

1
2
3

アイテム

アイテム 1
grow
shrink
basis
アイテム 2
grow
shrink
basis
アイテム 3
grow
shrink
basis

CSS出力

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

よくある質問

Comments & Feedback

Comments are powered by Giscus. Sign in with GitHub to leave a comment.