Relative Content

Tag Archive for htmlcssflexboxword-wrapcss-shapes

How to wrap text completely around a png object using CSS without canvas

I need to wrap text around an object (from a png image) using CSS. The text should be wrapped just like how it is arranged in the attached image, not in a box or a defined shape. I have achieved the same result using python and html canvas, but I am required to do it without canvas (just paragraph tags, spans and divs).
Please note that I have very little experience in front end development and CSS
I found a few solutions that attempt to solve this but none of them could do it completely.