Guest User

Untitled

a guest
Jul 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. #wrapper {}
  2.  
  3. body{
  4. width:1000px;
  5. margin-left:auto;
  6. margin-right:auto;
  7. }
  8.  
  9.  
  10. .white_links a:link{color:#000; text-decoration:none}
  11. a:visited{color:#000; text-decoration:none}
  12. a:hover{color:#fff; text-decoration:none}
  13.  
  14. #header{
  15. background-color:#f0f;
  16. width:100%;
  17. height:120px;
  18. }
  19.  
  20. #sub_menu{
  21. background-color:#80b603;
  22. width:100%;
  23. height:30px;
  24. padding-top:10px;
  25. line-height:25px;
  26. vertical-align:top;
  27. }
  28.  
  29. h3.white_bold{
  30. margin-top:-3px;
  31. color:white;
  32. padding-left:75px;
  33. display: block;
  34. float: left;
  35. height: 30px;
  36. text-decoration: none;
  37. text-align: center;
  38. text-transform: capitalize;
  39. font-family: Arial, Helvetica, sans-serif;
  40. font-size: 15px;
  41. font-weight: bold;
  42. }
  43.  
  44. #spacer_header_bottom{
  45. background-color:#BBB;
  46. width:100%;
  47. height:30px;
  48. }
  49.  
  50. #spacer_header_top{
  51. background-color:#80b603;
  52. width:100%;
  53. height:5px;
  54. }
  55.  
  56. #left_column{
  57. background-color:#ff0;
  58. width:260px;
  59. height:100%;
  60. padding-left:10px;
  61. }
  62.  
  63. #main_column{
  64. width: 687px;
  65. padding-left: 10px;
  66. padding-right: 10px;
  67. background-color: #f0f;
  68. float: top;
  69. }
  70.  
  71. #middle_wrapper{
  72. width: 980px;
  73. float: left;
  74. padding-left: 10px;
  75. padding-right: 10px;
  76. background-color: #544E4F;
  77. height:1000px;
  78. }
  79.  
  80. #footer{
  81. width:1000px;
  82. background-color:#0f0;
  83. }
Add Comment
Please, Sign In to add comment