Is it possible to center floated elements.
<div>
<div class="box">
</div>
<div class="box">
</div>
</div>
.box {
float:left;
width: 600px;
}
When container div will have 1200 or more pixels div.box are near. When less, one after the other but I want center then.
I want to get: