Guest User

Untitled

a guest
Jul 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. body {
  2. font-family:Helvetica, Arial, Sans-serif;
  3. color:#fff;
  4. width:600px;
  5. }
  6.  
  7. * {
  8. padding:0;
  9. margin:0;
  10. border:none;
  11. }
  12.  
  13. #container {
  14. background-color:#000;
  15. padding-bottom:30px;
  16.  
  17. }
  18.  
  19. #header {
  20. height:128px;
  21. background-image:url('images/header.png');
  22. }
  23.  
  24. #header h1 {
  25. float:right;
  26. padding-top:65px;
  27. font-size:22px;
  28. font-weight:normal;
  29. text-transform:uppercase;
  30. letter-spacing:2px;
  31. padding-right:25px;
  32. }
  33.  
  34. #subhead {
  35. height:255px;
  36. }
  37.  
  38. #subhead img {
  39. float:left;
  40. }
  41.  
  42. #subhead h2 {
  43. font-size:18px;
  44. line-height:28px;
  45. float:left;
  46. padding-top:30px;
  47. width:250px;
  48. color:#d7ac44;
  49. }
  50.  
  51. #content {
  52. width:495px;
  53. margin:auto;
  54. font-size:13px;
  55. line-height:19px;
  56. }
  57.  
  58. #content p {
  59. margin-bottom:18px;
  60. }
  61.  
  62. #content .left {
  63. width:280px;
  64. float:left;
  65. }
  66.  
  67. #content .right {
  68. float:right;
  69. }
  70.  
  71. #content .right p {
  72. margin-top:16px;
  73. }
  74.  
  75.  
  76. #footer {
  77. background-image:url('images/footer_bkg.png');
  78. clear:left;
  79. width:600px;
  80. height:212px;
  81. }
  82.  
  83. #footer p {
  84. width:515px;
  85. margin:auto;
  86. padding:10px;
  87. font-size:11px;
  88. line-height:17px;
  89. padding-top:100px;
  90. }
  91.  
  92. #footer p strong {
  93. font-size:12px;
  94. }
  95.  
  96. p.small {
  97. font-size:11px;
  98. font-style:italic;
  99. width:515px;
  100. margin:auto;
  101. padding-top:10px;
  102. }
  103.  
  104. #footer a {
  105. color:#63908d;
  106. }
  107.  
  108. #footer a:hover {
  109. color:#fff;
  110. }
Add Comment
Please, Sign In to add comment