5 Replies
and not this
You can either use float, flex, or grid
This is one of the very few cases where
float
might be the best solution, and the only easy way to get the text to wrap around the image if it gets longerand it is what it is build for.
but without the markup we can not tell at all what works in this case.
(by default text is already inline with an image)
You can use Flex for that if I understand your question correctly.
Put both in a div and set display to flex.