Witam jak do tego zrobić aby div 4 był z prawej strony a reszta z lewej
<div id="c" class="c">
<div style="margin-left:5px; float:left; ">1</div>
<div style="margin-left:5px;float:left;">2</div>
<div style="margin-left:5px;float:left;">3</div>
<div style="margin-left:5px; float:left;">4</div>
<div style="clear:both;"></div>
</div>
i aby było to responsywne