How to center an image horizontally and align it to the bottom of the container?

前端 未结 7 1656
执念已碎
执念已碎 2021-01-31 15:29

How can I center an image horizontally and aligned to the bottom of the container at the same time?

I have been able to center the image horizontally by its self. I hav

7条回答
  •  情深已故
    2021-01-31 16:12

    Remove the position: relative; line. I'm not sure why exactly but it fixes it for me.

提交回复
热议问题