Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="css/Primary.css">
  5. </head>
  6. <body>
  7. <div id="container">
  8.  
  9. <div id="inner">
  10.  
  11. <div style="margin-top: -120px">
  12.  
  13.  
  14. <div id="nav">
  15. <ul><li>
  16. <li><a href="home.html" class="active">Home</a></li>
  17. <li><a href="#">About</a></li>
  18. <li><a href="#">Graphics</a></li>
  19. <li><a href="#">Web Design</a></li>
  20. <li><a href="#">Contact</a></li>
  21. </ul>
  22. </div>
  23.  
  24.  
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement