how to vertically align text next to a floated image?

前端 未结 6 1885
谎友^
谎友^ 2020-12-31 02:09

I want to vertically align a span after a floated image. I searched for it in stack overflow and find this post. but my image is floated.

<
6条回答
  •  囚心锁ツ
    2020-12-31 02:45

    A is an inline element, try adding display:block to the span, give it the same height as the image and a line height to match. Float it left as well. That should work

提交回复
热议问题