float example

HTML
<div class="flt">text</div> <div class="flt">text</div> <div class="flt">text</div>
CSS
.flt { background-color:yellow; width: 100px; float: left; margin-right: 10px; padding: 10px; margin-top:20px; border:1px solid; }
JAVASCRIPT
Expand for more options Login