読み込み中...
CSSフレックスボックスのGUI作成・コード生成
.container { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: nowrap; gap: 8px; }