CSS align images and text on same line

后端 未结 9 1092
长情又很酷
长情又很酷 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 06:52

    First, I wouldn't recommend using inline styles. If you must, you should try applying floats to each item:

    
    

    $likes

    $dislikes

    It might require some tweaking afterwards, and clearing the floats.

提交回复
热议问题