Vertically center text in a 100% height div?

后端 未结 13 654
傲寒
傲寒 2020-12-05 17:22

I am working with a div that is 100% of the parent divs height.

The div only contains a single line of text.

The div cannot have a fixed height.

So m

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 18:00

    Setting the line height to the same as the height of the div will cause the text to center. Only works if there is one line. (such as a button).

提交回复
热议问题