Margin: Auto not working in IE

前端 未结 9 1196
悲哀的现实
悲哀的现实 2021-02-19 03:50

URL: http://cyberbat.co.uk/test container margin: auto is not working, is there any other way to put it in the middle in IE.

EDIT: Check it again, the index.php was the

9条回答
  •  天命终不由人
    2021-02-19 04:09

    You can download normalize.css (just google it) and link it to your project, now you can use smth like:

    HTML:

        
提交回复
热议问题