I have the following code:
<div class="logo-social-box"> <!--Main Container-->
<div class="logo"></div> <!--First Div-->
<div class="social-box"></div> <!--Second Div-->
</div>
I want to set .logo
and .social-box
inline without using float property and these elements should be responsive.