Advertisement
Guest User

Untitled

a guest
Oct 16th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmln ="http://www.w3.org/1999/xhtml" >
  5. <head>
  6. <link href="javajam.css" rel="stylesheet" type="text/css"
  7. <title>JavaJam Coffee House</title>
  8. </head>
  9. <body>
  10. <div id="wrapper">
  11. <h1>JavaJam Coffee House</h1>
  12. </body>
  13. <div class="nav"><a href="Index.html"><center>Home</a> <a href="Menu.html"> Menu</a> <a href="Music.html"> Music</a> <a href="Jobs.html"> Jobs</a></center></div>
  14.  
  15.  
  16. <blockquote><li> Specialty</li>
  17. <li> Bagels, Muffins, and Organic Snacks</li>
  18. <li> Music and Poetry Readings</li>
  19. <li> Open Mic Night</li>
  20. </blockquote>
  21. <div class="content"> 1232 Main Street<br>
  22. Mountain Home, CA 93923<br>
  23. 1-888-555-5555<br> </div>
  24. <div class="footer">Copyright @ 2011 JavaJam Coffe House
  25. <a href="mailto:christiphermiller@email.net"><br>
  26. ChristipherMiller@email.net</a></div>
  27. </div>
  28. </html>
  29.  
  30. Body {font-family:Verdana,Arial,sans-serif;
  31. background-color:#ffffcc;
  32. color:#330000}
  33. h1 {background-color:#ccaa66;
  34. text-align:center;
  35. color:#000000;
  36. line-height:200%}
  37. .nav {width: 900px;
  38. margin-left: Auto;
  39. margin-right: Auto;}
  40. .footer {background-color:#ccaa66;
  41. color:#000000;
  42. font-size:small;
  43. font-style: italic;
  44. Width: 700px;
  45. text-align:center}
  46. #wrapper {
  47. margin-left: auto;
  48. margin-right: auto;
  49. width: 80%;
  50. }
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement