.container { display: flex; } .item { flex-grow: 1; height: 100px; } .item + .item { margin-left: 2%; }. We use a + selector to only add ...
確定! 回上一頁