I have this particular section:
<section class="socialIcons">
<div class="fbIcon"></div>
<div class="fbIcon"></div>
<div class="fbIcon"></div>
<div class="someClass">
<h2>text</h2>
</div>
</section>
My goal is to have all the elements in one row, spaced out with the social icons on the left and the someClass
div on the right side. I've tried setting the width and height of the fb icons to 100%, but they disappear. How can I achieve this layout?