Advertisement
PayneLess_Designs

PayneLess Designs: Scrollbox - Simple Links - Inline

Jan 8th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html><head>
  3.   <title>Simple Links - Inline</title>
  4.   <meta http-equiv="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)">
  5.   <meta name="created" content="Wed, 25 Nov 2009 12:32:44 GMT">
  6.   <meta http-equiv="content-type" content="text/html;charset=utf-8">
  7.   <meta name="description" content="">
  8.   <meta name="keywords" content="">
  9. <style type="text/css">
  10. * { margin: 0; padding: 0; border: 0; }
  11. a {
  12. font-weight: bold;
  13. text-transform: uppercase;
  14. text-decoration: none;
  15. }
  16.  
  17. a:link, a:visited {
  18. color: #00f;
  19. }
  20.  
  21. a:hover {
  22. color: #bbb;
  23. }
  24.  
  25. a:active {
  26. color: #f0f;
  27. }
  28.  
  29. div#nav-wrap {
  30. width: 400px;
  31. margin: 0 auto;
  32. }
  33.  
  34. #navcontainer {
  35. width: 400px;
  36. line-height: 40px;
  37. margin-top: 10px auto;
  38. border: 1px solid #000;
  39. }
  40.  
  41. #navcontainer ul li {
  42. list-style-type: none;
  43. display: inline;
  44. margin-left: 12%;
  45. }
  46. </style>
  47. </head>
  48. <body>
  49. <h1>Simple Links - Inline</h1>
  50. <div id="nav-wrap">
  51. <div id="navcontainer">
  52. <ul>
  53. <li><a href="about.html" title="About">About</a></li>
  54. <li><a href="proof.html" title="Proof">Proof</a></li>
  55. <li><a href="faq.html" title="FAQ">FAQ</a></li>
  56. </ul>
  57. </div>
  58. </div>
  59. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement