読み込み中...
CSSフレックスボックスのプロパティをGUIで設定し、コードを自動生成。justify-content、align-items等を視覚的に確認。無料ツール。
.container { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: nowrap; gap: 8px; }