One
Two
The two boxes should float to either side of this text.
.float1 { } .float2 { }
<div class="box"> <div class="float float1">One</div> <div class="float float2">Two</div> <p>The two boxes should float to either side of this text.</p> </div>