.box { display: flex; align-items: center; justify-content: center; height: 200px; flex-wrap: wrap; flex-direction: column; } .box div { width: 100px; ...
確定! 回上一頁