Hey! How are you guys (girls?)?
I want to tell you a bit about ways to make container that can wrap included elements. Huh, you’ve already read about it in title? (:
I’m talking about next simple example:
<div style="background: red; padding: 5px;"> <div style="background: green; float: left; padding: 5px;">First</div> <div style="background: yellow; float: left; padding: 5px;">Second</div> </div>