You need to assign display property to parent element to position boxes inside parent box. .box { display: flex; justify-content: space-around; ...
確定! 回上一頁