Vertically align text within div element

后端 未结 6 916
伪装坚强ぢ
伪装坚强ぢ 2021-01-11 11:07

I know this question has been asked to death but nothing through searching has worked for me.

You know the deal, I have a div element that I need to vertically align

6条回答
  •  萌比男神i
    2021-01-11 11:43

    One other thing you can do. If it's only one line of text in the div you can use line-height

    example

    div {
        line-height:40px;
    }
    

提交回复
热议问题