Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML
<div class="left"> <div class="presentation"></div> </div> <div class="right"> <div class="login"></div> <div class="categories"></div> </div>
CSS
.left { float: left; } .right { float: right; }