Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. <style>
  2. .topbox {margin:0 auto; display:flex;}
  3. .recipeofthemonthleft {padding:20px ; }
  4. .recipeofthemonthleft h2, .recipeofthemonthleft p {text-align: center ; padding: 30px 30px -20px 0px}
  5. .recipeofthemonthleft h2:hover {color:#FFBDC9 }
  6. .recipeofthemonthleft img {display: block; margin-left: auto; margin-right: auto}
  7. .recipeofthemonthlefttop {border-bottom: #FFBDC9 dotted thick}
  8. .recipeofthemonthleftbottom {padding-top: 20px}
  9. .recipeofthemonthright img {filter: blur(2px)}
  10. </style>
  11.  
  12. </body>
  13. <div class="topbox">
  14.  
  15. <div class="recipeofthemonthleft">
  16. <div class="recipeofthemonthlefttop">
  17. <img src="img/Cocktails.jpg" widith="500px" height="500px"/>
  18. <h2> Winter Warmers From Around The World</h2>
  19. <p> We have searched the globe for the seasons festive favourites. These winter warmer drinks from around the world are sure to get the party started. Whether you impress your guests with your cocktail skills of host your own cocktail making class the following recipes are sure to be a treat. Be sure to check out our mocktails to. </p>
  20. </div>
  21. <div class="recipeofthemonthleftbottom">
  22. <img src="img/Christmasfaves2.jpg" widith="500px" height="500px"/>
  23. <h2> SOMETHING DIFFERENT</h2>
  24. <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt pariatur, eaque quo dolores itaque cupiditate aperiam praesentium sapiente, tempora, quam fugit. Reprehenderit dolorem veritatis modi ut sunt beatae animi id quo quasi earum officiis quisquam, omnis dicta, aut laboriosam provident reiciendis. Tempora a reprehenderit harum perferendis earum doloremque esse suscipit. </p>
  25. </div>
  26. </div>
  27. <div class="recipeofthemonthright">
  28. <img src="img/toast.jpg" width="1000px">
  29. <div class="imagetext">
  30. <h1> header </h1>
  31. <p> Lorem ipsum dolor sit amet.</p>
  32. </div>
  33.  
  34. </div>
  35. </div>
  36. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement