Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <div class="div1">div1</div>
  2. <div class="div2">div2</div>
  3. <div class="footer"></div>
  4.  
  5. .div1{
  6. width: 70%;
  7. min-height: 150px;
  8. background: #ccc;
  9. float: left;
  10. }
  11. .div2{
  12. width: 30%;
  13. min-height: 150px;
  14. background: #c00;
  15. margin-left: 70%;
  16. }
  17. .footer{
  18. clear: left;
  19. background: #000;
  20. min-height: 50px;
  21. }
  22.  
  23. width: 70%;
  24. min-height: 150px;
  25. background: #ccc;
  26. float: left;
  27.  
  28. width: 30%;
  29. min-height: 150px;
  30. background: #c00;
  31. float: right;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement