Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Untitled Document</title>
  6. <link href="css/main.css" rel="stylesheet" type="text/css">
  7. <style>
  8. .topbox {background-color: aliceblue}
  9. .bottombox {background-color: antiquewhite}
  10. .rhead {padding-left:50px }
  11. .rimages {display:flex;justify-content: space-around}
  12. </style>
  13. </head>
  14.  
  15. <body>
  16.  
  17. <div class="header">
  18. <div class="header1">
  19. <a href="Index.html" class="h1_link"><h1>Yungry</h1></a>
  20. </div>
  21. <div class="subheading">
  22. <p> Around here we are all Young and Hungry </p>
  23. </div>
  24. <div class="navigation">
  25. <a href="#"> Starter </a>
  26. <a href="page1.html"> Main </a>
  27. <a href="#"> Dessert </a>
  28. <a href="#"> Snack </a>
  29. </div>
  30. </div>
  31.  
  32. <div class="topbox"> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum fuga, maxime reiciendis quaerat consequuntur dolores eius asperiores? Expedita eaque nemo repudiandae aspernatur blanditiis rem nam alias voluptates, molestias vero non aut voluptatum quasi, laboriosam, cum ipsum culpa repellendus voluptate tempore recusandae? Libero sapiente voluptatibus sint tenetur adipisci distinctio sequi asperiores!
  33. <img src="img/Veggiewraps9.jpg">
  34. </div>
  35.  
  36. <div class="bottombox">
  37. <div class="rhead"><h2>Recent Recipes</h2></div>
  38. <div class="rimages">
  39. <div class="rbox1">
  40. <img src="img/caramelapple.jpg">
  41. <p> Caramel Apple Cheese Spread</p>
  42. </div>
  43. <div class="rbox2">
  44. <img src="img/veggiechilli.jpg">
  45. <p> Vegetarian Chilli</p>
  46. </div>
  47. <div class="rbox3">
  48. <img src="img/choclatebanoffee.jpg">
  49. <p>Chocolate Banoffee</p>
  50. </div>
  51.  
  52. </div>
  53. </div>
  54.  
  55. <div class="footer"> footer </div>
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement