Vertically align floating divs

前端 未结 5 1991
故里飘歌
故里飘歌 2020-12-25 11:08

I am trying to float two divs with different font-sizes. I can\'t find a way to align the text on the same baseline. Here is what I have been trying:

5条回答
  •  伪装坚强ぢ
    2020-12-25 11:48

    You can do this using line-height but it only works on inline elements and if the text does not wrap.

    
    

    I changed the div to span. If you want to keep div just add display:inline to your style.

    
    

提交回复
热议问题