Advertisement
Guest User

samir

a guest
Oct 23rd, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. body {
  2. font-family:Verdana, Arial, sans-serif;
  3. background-color: #A66A00;
  4. padding-left:50px;
  5. padding-right:50px;
  6. padding-bottom:15px;
  7. padding-top:10px;
  8. margin-top:0;
  9. max-height:0px;
  10. }
  11.  
  12.  
  13.  
  14. #header {
  15. background-image: url(../images/logo.png);
  16. background-repeat: no-repeat;
  17. background-color: #FFBF00;
  18. height:140px;
  19. padding-top:10px;
  20. text-align:center;
  21. font-size:35px;
  22. color:white;
  23. margin-bottom:10px;
  24. margin-top:10px;
  25. }
  26.  
  27. #nav {
  28. margin-top:;
  29. width:150px;
  30.  
  31. }
  32.  
  33. #content {
  34. overflow: auto;
  35. background-color: #ffffff;
  36. padding-left:200px;
  37. padding-right:15px;
  38. margin-bottom:20px;
  39. float:top;
  40. padding-top:0px;
  41. }
  42.  
  43. #footer {
  44. background-color: #FF9200;
  45. text-align:center;
  46. padding-top:10px;
  47. padding-bottom:10px;
  48. margin-bottom:10px;
  49. }
  50.  
  51. h2
  52. {
  53. color: darkgoldenrod;;
  54. }
  55.  
  56.  
  57. #nav ul {
  58. list-style-type: none;
  59. margin-left: 0px;
  60. padding-left:0px;
  61. list-style-position: inside;
  62. list-style: none;
  63. border-top:1px solid white;
  64. border-bottom:1px solid white;
  65. padding-bottom: 0.1em;
  66. width:190px;
  67. float:bottom;
  68.  
  69. }
  70.  
  71. #nav a {
  72. display: block;
  73. background-color: gold;
  74. border-top:1px solid white;
  75. border-bottom:1px solid white;
  76. padding-bottom:15px;
  77. padding-left:15px;
  78. padding-right:15px;
  79. padding-top:15px;
  80. float:bottom;
  81. position: relative;
  82. left: 0px;
  83. top: 225px;
  84. text-decoration:none;
  85. color:white;
  86. font-weight: bold;
  87. }
  88.  
  89. #nav a:link {
  90.  
  91. }
  92.  
  93. #nav a:visited {
  94.  
  95. }
  96.  
  97. #nav a:hover {
  98. color:#A66A00
  99. }
  100.  
  101.  
  102.  
  103.  
  104. img
  105. {
  106. float:right;
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement