How to place an icon next to an image at the bottom
I've tried using display and everything but I can't remove the icon from below the img
CodePudding user response:
put them both in the same container like a div and set that div to display flex
CodePudding user response:
you can use br tag after img tag
if not working you can post the code directly