If you want to center text contents, use “text-align:center”. If you want to center an element, use “display:block;margin-left: auto; margin-right:auto”.
確定! 回上一頁