Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. div {
  2. float: left;
  3. width: 33%;
  4. min-width: 300px;
  5. height: 300px;
  6. margin-right: 2px;
  7. }
  8.  
  9. <div style="background: red"></div>
  10. <div style="background: green"></div>
  11. <div style="background: blue"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement