This is because text-align:center only affects inline elements, and <aside> is not an inline element by default. It is a block-level element ...
確定! 回上一頁