If you would like to center specific elements, you can use align-self: center , instead, on the element. .center { display: flex; height: 300px; ...
確定! 回上一頁