Learn about centering in CSS. ... .desk { display: flex; justify-content: center; } ... .desk { display: grid; place-items: center; } ...
確定! 回上一頁