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

CSS Flexbox align 1 item horizontally and 2 vertically

$
0
0

I have the following HTML:

<div class="icon-box"><div class="icon"><svg>...</svg></div><h3>Title here</h3><p>Lorem ipsum dolor...</p></div>

My CSS:

.icon-box {  display: flex;}

The result:

enter image description here

How can i get the following using flexbox without changing the HTML:

enter image description here

I am trying to align the icon to left and the heading and paragraph to its right on the same column. Without changing/adding new HTML.


Viewing all articles
Browse latest Browse all 1675

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>