Advertisement
HimikoWerckmeister

Untitled

Jun 22nd, 2015
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5. <style>
  6. body {
  7. font-family: helvetica, sans-serif;
  8. }
  9. div{
  10. height:200px;
  11. background-size:cover;
  12. margin: 0 auto;
  13. max-width: 600px;
  14. position:relative;
  15. }
  16. p{
  17. color: rgba(255,255,255,1);
  18. background:rgba(0,0,0,1);
  19. padding-top:10px;
  20. padding-right:10px;
  21. padding-left:10px;
  22. padding-bottom:10px;
  23. text-align:justify;
  24. line-height: 28px;
  25. position: absolute;
  26. bottom:0;
  27. margin:0;
  28. }
  29. .first{
  30. background: url("http://dash.ga.co/assets/firstcourse.jpg");
  31. }
  32. .second{
  33. background: url("http://dash.ga.co/assets/secondcourse.jpg");
  34. }
  35. .dessert{
  36. background: url("http://dash.ga.co/assets/dessertcourse.jpg");
  37. }
  38.  
  39. </style>
  40.  
  41. </head>
  42.  
  43. <body>
  44. <h1>esha's restaurant</h1>
  45.  
  46. <div class="first">
  47.  
  48. <p>welsh onion soko $14 Mustard sierra leone bologi kale chard beet greens black-eyed pea sorrel amaranth garlic tigernut spring onion summer purslane asparagus lentil. </p>
  49. </div>
  50.  
  51. <div class="second">
  52.  
  53. <p> pastrami boudin tongue $22 Tri-tip capicola kielbasa salami brisket chicken rump strip steak drumstick. Meatloaf chuck boudin ribeye pork jowl. Andouille bacon jowl meatloaf pork loin prosciutto bresaola.</p>
  54. </div>
  55.  
  56. <div class="dessert">
  57. <div>
  58.  
  59. <p>fruitcake marzipan pudding dragee $8 Lollipop tart cotton candy jelly-o carrot cake apple pie cupcake. Jelly-o bear claw ice cream candy canes.</p>
  60. </div>
  61. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement