Usually, to center a section with CSS you code something like this: div { width: 100px; height: 100px; position: absolute; left: 50%; margin-left: -50px; ...
確定! 回上一頁