Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #cont
  2. {
  3. width: 960px;
  4. height: auto;
  5. margin: auto;
  6. }
  7.  
  8.  
  9.  
  10.  
  11. .col1
  12. {
  13. width: 940px;
  14. margin-left: 10px;
  15. margin-top: 10px;
  16. float: left;
  17. }
  18.  
  19. .col2
  20. {
  21. width: 620px;
  22. margin-left: 10px;
  23. margin-top: 10px;
  24. float: left;
  25. }
  26.  
  27. .col3
  28. {
  29. width: 300px;
  30. margin-left: 10px;
  31. margin-top: 10px;
  32. float: left;
  33.  
  34. }
  35.  
  36. .clear
  37. {
  38. clear: both;
  39. }
  40.  
  41. .offset1
  42. {
  43. margin-left: 330px;
  44. }
  45.  
  46. .offest2
  47. {
  48. margin-left: 650px;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement