right align an image using CSS HTML

前端 未结 5 1052
南笙
南笙 2020-12-14 14:22

How can I right-align an image using CSS.

I do not want the text to wrap-around the image. I want the right aligned image to be on a li

5条回答
  •  失恋的感觉
    2020-12-14 15:01

    My workaround for this issue was to set display: inline to the image element. With this, your image and text will be aligned to the right if you set text-align: right from a parent container.

提交回复
热议问题