I am having 4 div with various height but all four have the float left option. Here the problem comes that first div height is low compare to the second div while third div comes on the second row it have space between first and second.
.hyper {
float: left;
border: 1px solid #CCC;
text-align: center;
}
<div class="preview">
<div class="hyper" style="height:97.76666px;width:29.90%">0</div>
<div class="hyper" style="height:183.76666pxwidth:69.96%">1</div>
<div class="hyper" style="height:97.76666px;width:29.90%">2</div>
<div class="hyper" style="height:97.76666px;width:69.96%">3</div></div>