CSS align images and text on same line

后端 未结 9 1104
长情又很酷
长情又很酷 2020-12-05 06:16

I have been searching and trying different methods for hours now. I just can\'t seem to get these two images and text all on one line. I want both the images and both text

9条回答
  •  既然无缘
    2020-12-05 07:06

    vertical-align: text-bottom;
    

    Tested, this worked for me perfectly, just apply this to the image.

提交回复
热议问题