1
1
12332112020-05-13 17:26:43
css
1233211, 2020-05-13 17:26:43

How to position the text like this?

There is a layout in it

<div>
текст1
<span>тест111</span>
<div><img /></div>
</div>


how do i make "test111" and the picture wrap with the text and go right after it as part of the text?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Arseny, 2020-05-13
@1233211

https://codepen.io/i-am-studio_en/pen/NWGBMwo

S
sashabeep, 2020-05-13
@sashabeep

Remove image from div

A
Amir Davlatov, 2020-05-13
@Tryhard770

If I understood everything correctly, then you can use position: absolute

K
Karpion, 2020-05-13
@Karpion

Probably so:

<div>
текст1
<div>тест111 <img /></div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question