Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #container3 {
  2. clear: left;
  3. float: left;
  4. width: 100%;
  5. overflow: hidden;
  6. background: #89ffa2;}
  7. #container2 {
  8. clear: left;
  9. float: left;
  10. width: 100%;
  11. position: relative;
  12. right: 33.333%;
  13. background: #ffa7a7;
  14. }
  15. #container1 {
  16. float: left;
  17. width: 100%;
  18. position: relative;
  19. right: 33.33%;
  20. background: #fff689;
  21. }
  22. #col1 {
  23. float: left;
  24. width: 29.33%;
  25. position: relative;
  26. left: 68.67%;
  27. overflow: hidden;
  28. }
  29. #col2 {
  30. float: left;
  31. width: 29.33%;
  32. position: relative;
  33. left: 72.67%;
  34. overflow: hidden;
  35. }
  36. #col3 {
  37. float: left;
  38. width: 29.33%;
  39. position: relative;
  40. left: 76.67%;
  41. overflow: hidden;
  42. }
  43. div {
  44. display: block;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement