Flexbox Playground
視覺化調整 Flex 屬性,即時預覽佈局效果並輸出 CSS。
8px
預覽
1
2
3
CSS
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}視覺化調整 Flex 屬性,即時預覽佈局效果並輸出 CSS。
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}