Vertically align text within div element

后端 未结 6 879
伪装坚强ぢ
伪装坚强ぢ 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条回答
  •  花落未央
    2021-01-11 11:51

    Seems like a common float issue which can be fixed with a clearfix or, like i did in the following code snippet, with a fixed height of the wrapper.

    I also sat an line-height of the floating divs and made it a little wider.

    Take a look at this:

      
    

    http://jsfiddle.net/YqxPZ/3/

提交回复
热议问题