Align a div to center

后端 未结 14 2091
别跟我提以往
别跟我提以往 2020-12-02 13:20

I want to float a div to center. Is it possible? text-align: center is not working in IE.

14条回答
  •  萌比男神i
    2020-12-02 13:29

    Inner

    Float the div in the background to the max width, set a div inside that that's not transparent and center it using margin auto.

提交回复
热议问题