Advertisement
Guest User

Untitled

a guest
Jan 26th, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. body{
  3. background: url("../images/sky.jpg");
  4. font-family: "Times New Roman";
  5. overflow: auto;/*Doesn't do anything.*/
  6.  
  7.  
  8. }
  9. /*
  10. p{
  11. margin: 0px;
  12. padding: 0px;
  13. }
  14. */
  15. #container{
  16. background-color:#C8C8C8;
  17. margin-left: auto;
  18. margin-right: auto;
  19. margin-top: 0px;
  20. margin-bottom: 0px;
  21. width: 960px;
  22. /*
  23. height: auto;
  24. */
  25.  
  26.  
  27. }
  28. #top{
  29. background-color:#666666;
  30. float: left;
  31. clear: both; /*Doesn't do anything*/
  32. /*
  33. margin-left: auto;
  34. margin-right: auto;*/
  35. width: 960px;
  36. height: 150px;
  37. text-align: center;
  38. margin: 0px;
  39.  
  40.  
  41. }
  42. #leftside{
  43. background-color:#666666;
  44. float: left;
  45. width: 200px;
  46. /*height: 100%;/*This doesn't work.*/
  47. height: 750px;
  48.  
  49.  
  50. }
  51. #rightside{
  52. background-color:#666666;
  53. float: right;
  54. width: 200px;
  55. height: 750px;
  56. }
  57. #main{
  58. font-family: "Times New Roman";
  59. background-color: #FFCCFF;
  60. margin-left: auto;
  61. margin-right: auto;
  62.  
  63. width: 600px;
  64. }
  65. #maintext{
  66. width: 600px;
  67. padding: 200px;
  68. }
  69. #bottom{
  70. background-color:#666666;
  71. float: left;
  72. width: 960px;
  73. height: 200px;
  74. text-align: center;
  75. }
  76. p{
  77. padding: 20px;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement