Align a div to center

后端 未结 14 2079
别跟我提以往
别跟我提以往 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条回答
  •  温柔的废话
    2020-12-02 13:28

    No, it isn't.

    You can either have content bubble up to the right of an element (float: left) or to the left of an element (float: right), there is no provision for having content bubble up on both sides.

提交回复
热议问题