通过交互式游乐场学习 CSS Flexbox。可视化调整属性,即时查看结果,并复制生成的 CSS 代码。面向开发者的免费在线工具。
.container { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch; gap: 16px; }