Just with CSS, I would like to put the number of subscribers next to the logo
But with
position : absolute
the logo is on the text
and if the text is in
float : right
there are a problems
My program
<div>
<h3>Suivez-nous</h3>
<div class="Facebook">
<img src="images/Facebook.png">
<p>500 000 abonnés</p>
</div>
<div class="twitter">
<img src="images/twitter.png">
</div>
<div class="instagram">
<img src="images/instagram.png">
</div>
</div>
All code in https://codepen.io/adri1212/pen/dgVVpK
This code is a just part of a footer and use a flexbox
` tag? Seems unnecessary here.
– Niet the Dark Absol Oct 14 '18 at 12:13