Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <!--
  2. These custom recipe cards are meant to be
  3. used mainly in posts about food recipes.
  4. They would typically follow the other content
  5. of the post. In order to use this recipe card,
  6. you must copy and past the HTML into the text
  7. editor of the WordPress post. It will not
  8. display properly if this is pasted in the
  9. visual editor. The CSS can be pasted directly
  10. in the style.css at the end of the page.
  11. -->
  12.  
  13. <div class="recipe">
  14. <h3>Tomato Basil Fusilli Salad | <span class="serve">Serves: 4</span></h3>
  15. <div class="time-slots">
  16. <div class="recipe-time">
  17. <div class="recipe-heading">Prep Time</div>
  18. <div class="recipe-count">20 Mins</div>
  19. </div>
  20. <div class="recipe-time">
  21. <div class="recipe-heading">Cook Time</div>
  22. <div class="recipe-count">30 Mins</div>
  23. </div>
  24. <div class="recipe-time">
  25. <div class="recipe-heading">Total Time</div>
  26. <div class="recipe-count">50 Mins</div>
  27. </div>
  28. </div>
  29. <h4>Ingredients</h4>
  30. <ul>
  31. <li>3 Sliced Tomatoes</li>
  32. <li>2 Tbsp Olive Oil</li>
  33. <li>1 Sprig Basil</li>
  34. <li>2 Tsp Vinaigrette</li>
  35. <li>2 Cups Fusilli</li>
  36. </ul>
  37. <h4>Instructions</h4>
  38. <ol>
  39. <li>Curabitur rhoncus nisi vehicula, suscipit purus vel, pulvinar tellus.</li>
  40. <li>Nunc orci magna, aliquet eget sodales in, suscipit eu tellus.</li>
  41. <li>Proin vitae dui vitae massa laoreet rutrum ut lobortis libero.</li>
  42. <li>Mauris ornare odio sit amet leo semper, rhoncus tincidunt lacus tristique.</li>
  43. <li>Pellentesque urna risus, feugiat et malesuada a, eleifend vel mauris.</li>
  44. </ol>
  45. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement