Vertically align image and text

前端 未结 3 1475
别那么骄傲
别那么骄傲 2021-01-25 16:31

How can I align image and text horizontally without moving the other text under the image

I like to do this (sample XXXXX is a big image)

XXXXXXXX  This          


        
3条回答
  •  闹比i
    闹比i (楼主)
    2021-01-25 16:53

    You should always contain the text in the div inside a semantic element - this will have the advantage of allowing you to target the text in a unique container using css.

提交回复
热议问题