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