<div style="display: inline-block;">
<img src="one.jpg">
<p style="word-wrap: break-word;overflow-wrap: break-word;">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.
</p>
</div>
I need to put many images in a row but the text is taking all the space so i want these text to flow down to the image. I have tried many things like flex,align but none worked for me.
One of the page i referred is :this