By using display: inline, you're removing any width value from the element, so there isn't a width to allow text-align: center to take effect.
確定! 回上一頁