In order for margin: 0 auto; to work, in addition to display:block a width needs to be specified. In my case, it was float: left that I forgot about.
確定! 回上一頁