vertical-align: middle doesn't work

前端 未结 4 1300
心在旅途
心在旅途 2020-12-03 09:26

The css property vertical-align: middle does not work in this example.

HTML:

Two line text&l
4条回答
  •  不思量自难忘°
    2020-12-03 10:20

    The answer given by Matt K works perfectly fine.

    However it is important to note one thing - If the div you are applying it to has absolute positioning, it wont work. For it to work, do this -

    ...

提交回复
热议问题