Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #Container {
  2. width: 50%;
  3. margin: auto;
  4. overflow: hidden;
  5. position: relative;
  6. }
  7.  
  8. #A {
  9. width: 15%;
  10. float: left;
  11. text-align: right;
  12. background-color: red;
  13. margin-bottom: -99999px;
  14. padding-bottom: 99999px;
  15. }
  16.  
  17. #B {
  18. width: 70%;
  19. float: left;
  20. text-align: center;
  21. background-color: aqua;
  22. margin-bottom: -99999px;
  23. padding-bottom: 99999px;
  24.  
  25. }
  26.  
  27. #C {
  28. width: 15%;
  29. float: left;
  30. text-align: left;
  31. background-color: yellow;
  32. margin-bottom: -99999px;
  33. padding-bottom: 99999px;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement