this will center all children within the parent element. */ .parent { display: flex; justify-content: center; /* horizontal */ align-items: center; ...
確定! 回上一頁