The following CSS will center the elements inside the container: .container { display: flex; justify-content: center; }.
確定! 回上一頁