Advertisement
Guest User

beg

a guest
Jul 2nd, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.99 KB | None | 0 0
  1. <style>
  2.  
  3. body {
  4. color: #330000;
  5. border-style: solid;
  6. border-color: black;
  7. border-width: 1px;
  8. background-color: #ffffcc;
  9. margin-left: -450px;
  10. family-font: Verdana;
  11. width: 900px;
  12. height: 420px;
  13. position: fixed;
  14. left: 50%; }
  15.  
  16. .jake-cofee-shop {
  17. height: 50px;
  18. margin-bottom: 0px;
  19. margin-top: 0px;
  20. padding-top: 10px;
  21. background-color: #ccaa66;
  22. text-align:center; }
  23.  
  24. .left-part {
  25. float: left;
  26. width: 200px;
  27. height: 300px;
  28. margin-left:-1px;
  29. background-color: #E8D882; }
  30.  
  31. .right-part {
  32. float: right;
  33. width: 700px;
  34. height: 300px;
  35. margin-right: -1px;
  36. background-color: #f1e8b0; }
  37.  
  38. .main-part {
  39. border-style: solid;
  40. border-color: black;
  41. border-width: 1px;
  42. background-color: #f1e8b0; }
  43.  
  44. h4 {
  45. padding-left: 12px; }
  46.  
  47. h5 {
  48. padding-left: 12px; }
  49.  
  50. li {
  51. padding-left: 12px; }
  52.  
  53. .image-perfection {
  54. float: right;
  55. margin-right: 25px;
  56. margin-top: 75px; }
  57.  
  58. .bottom-part {
  59. height: 60px;
  60. background-color: #ccaa66
  61. ;
  62. text-align: center;
  63. border-style: solid;
  64. border-color: black;
  65. border-width: 1px; }
  66.  
  67. </style>
  68.  
  69. <h1 class="jake-cofee-shop">Jake's Cofee Shop</h1>
  70.  
  71. <div class="main-part">
  72. <div class="left-part">
  73. <h4><a href="#">Home</a></h4>
  74. <h4><a href="#">Menu</a></h4>
  75. <h4><a href="#">Music</a></h4>
  76. <h4><a href="#">Jobs</a></h4>
  77. </div>
  78.  
  79. <div class="right-part">
  80. <h5>Come in and experience...</h5>
  81. <img class="image-perfection" width="250em" src="http://thumbs.xdesktopwallpapers.com/wp-content/uploads/2012/04/White%20Coffe%20Cup%20With%20Beans-720x405.jpg"></img>
  82.  
  83. <ul>
  84. <li>Specialty Coffee and Tea</li>
  85. <li>Freshly made sandwiches</li>
  86. <li>Bagels, Muffins, and Organic Snacks</li>
  87. <li>Music and Poetry Readings</li>
  88. <li>Open mic nights</li>
  89. <li>...</li>
  90. </ul>
  91.  
  92. <h5 style="margin-bottom:-20px">23 Pine Road</h5>
  93. <h5 style="margin-bottom:-20px">Nottingham, NG1 5YU</h5>
  94. <h5>0115 9324567</h5>
  95. </div>
  96. </div>
  97.  
  98. <div class="bottom-part">
  99. <h5 style="margin-bottom: 0px">Copyright @2011 Jake's Coffee House</h5>
  100. <a href="http:www.google.com">jake@jcoffee.com</a>
  101. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement