Advertisement
Guest User

div allineamento

a guest
May 20th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <style type="text/css">div.allinea { float:left; margin-left:5px; }</style>
  2. <div class="allinea" style="width:90px;height:90px;background-color:#ff00ff;">Primo DIV</div>
  3. <div class="allinea" style="width:90px;height:90px;background-color:#ffff00;">Secondo DIV</div>
  4. <div class="allinea" style="width:90px;height:90px;background-color:#00ffff;">Terzo DIV</div>
  5. <div style="clear:both;" /></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement