Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1305

How to wrap text separated in several divs at if it was in one div?

$
0
0
<div style="width: 200px; background-color: lightblue"><div style="display:flex " ><div>This is some text.</div><div>This is some text. This is some text.</div></div></div><div style="width: 200px; background-color: lightyellow"><div style="display:flex " ><div>This is some text. This is some text. This is some text.</div></div>

I'm looking for a way to style the divs in the lightblue div so that the text looks like the text in the lightyellow div.lightblue and lightyellow div


Viewing all articles
Browse latest Browse all 1305

Trending Articles