Margin: Auto not working in IE

前端 未结 9 1195
悲哀的现实
悲哀的现实 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:24

    try using the following on the parent item.

    display: flex;
    align-items: center;
    

提交回复
热议问题