このフィドルのオレンジ色のボックスが残りのボックスと一緒に左に浮いていないのはなぜですか? オレンジ色のボックスが流れから取り出され、青いボックスの隣に浮いていると確信していました。私は何が欠けていますか?
<div class=" wrap clear">
<div class="block pink float"></div>
<div class="block blue float"></div>
<div class="block green"></div>
<div class="block orange float"></div>
</div>