10px
4
实时预览
1
2
3
4
交互式调整 Flexbox 属性,实时预览并生成 CSS 代码
.flex-container { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; gap: 10px; }