K
K
Ketchuuuup2020-05-05 15:37:23
css
Ketchuuuup, 2020-05-05 15:37:23

Is it possible to do this kind of wrapping in CSS?

5eb15dd9ebcbd700237978.png
If possible, how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
g33km, 2020-05-05
@Ketchuup69

This is the most common wrapping, it doesn't even need the "shape-outside" properties mentioned in the first answer, etc.
5eb1626fe4e84268365807.png
Therefore, your HTML structure should be something like this

<p>Текст текст текст <img src="" alt="Солнце"> текст текст текст</p>

Give the img tag the CSS property float: right;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question