Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
  5. <link rel="stylesheet" type="text/css" href="css/reset.css"/>
  6. <title>The Sporting Revolution</title>
  7. </head>
  8. <body>
  9. <div id="container">
  10. <div id="header"></div>
  11. <div id="navbar">
  12. <div class="button1"></div>
  13. <img src="images/navbar_forums.jpg" width="145" height="50"/>
  14. <img src="images/navbar_sports.jpg" width="119" height="50"/>
  15. <img src="images/navbar_about.jpg" width="333" height="50"/>
  16. </div>
  17. <div id="main"></div>
  18. <div id="footer"></div>
  19. </div>
  20. </body>
  21. </html>
  22.  
  23.  
  24. #container
  25. {
  26. height:100%;
  27. margin:auto;
  28. background-color:#FFFFFF;
  29. border:solid silver;
  30. border-width: 1px 0px;
  31. width:960px;
  32. }
  33. #header
  34. {
  35. height:150px;
  36. background-image: url(../images/header.jpg);
  37. border-bottom:solid 1px Silver;
  38. width:960px;
  39. }
  40. #navbar
  41. {
  42. height:50px;
  43. background-color: #3F92D2;
  44. border-bottom:solid 1px Silver;
  45. width:960px;
  46. }
  47. #main
  48. {
  49. background-color:#FFF;
  50. height:100%;
  51. width:960px;
  52. }
  53. #footer
  54. {
  55. height:100px;
  56. background-color:66A3D2;
  57. border-top:solid 1px silver;
  58. width:960px;
  59. }
  60. .button1 {
  61. height:50px;
  62. width:363px;
  63. background-image:url(./../images/navbar_home.jpg);
  64. }
  65. .button1:hover {
  66. height:50px;
  67. width:363px;
  68. background-image:url(./../images/mo/nav_home_mo.jpg);
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement