gap8px
tools.flexbox-playground.childCount4
1
2
3
4
.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
gap: 8px;
}工具说明
線上 Flexbox 佈局練習工具,可視化調整 flex-direction、justify-content、align-items 等屬性,即時預覽佈局效果並產生 CSS 程式碼。
flexboxcssflex布局justifyalign