todo-list.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <div id="snippet-todo-list">
  2. <h2>Waffles</h2>
  3. <figure class="image image-style-side">
  4. <img src="../assets/img/waffles.png" alt="Waffles with raspberries and whipped cream.">
  5. </figure>
  6. <h3>Ingredients</h3>
  7. <ul>
  8. <li>
  9. <label class="todo-list__label">
  10. <input type="checkbox" disabled checked />
  11. <span class="todo-list__label__description">2 eggs</span>
  12. </label>
  13. </li>
  14. <li>
  15. <label class="todo-list__label">
  16. <input type="checkbox" disabled checked />
  17. <span class="todo-list__label__description">2 cups all-purpose flour</span>
  18. </label>
  19. </li>
  20. <li>
  21. <label class="todo-list__label">
  22. <input type="checkbox" disabled checked />
  23. <span class="todo-list__label__description">1 3/4 cups milk</span>
  24. </label>
  25. </li>
  26. <li>
  27. <label class="todo-list__label">
  28. <input type="checkbox" disabled />
  29. <span class="todo-list__label__description">1/2 cup vegetable oil</span>
  30. </label>
  31. </li>
  32. <li>
  33. <label class="todo-list__label">
  34. <input type="checkbox" disabled />
  35. <span class="todo-list__label__description">1 tablespoon white sugar</span>
  36. </label>
  37. </li>
  38. <li>
  39. <label class="todo-list__label">
  40. <input type="checkbox" disabled />
  41. <span class="todo-list__label__description">4 teaspoons baking powder</span>
  42. </label>
  43. </li>
  44. <li>
  45. <label class="todo-list__label">
  46. <input type="checkbox" disabled />
  47. <span class="todo-list__label__description">1/4 teaspoon salt</span>
  48. </label>
  49. </li>
  50. <li>
  51. <label class="todo-list__label">
  52. <input type="checkbox" disabled />
  53. <span class="todo-list__label__description">1/2 teaspoon vanilla extract</span>
  54. </label>
  55. </li>
  56. </ul>
  57. <h3>Directions</h3>
  58. <figure class="table">
  59. <table>
  60. <thead>
  61. <tr>
  62. <th>Prep</th>
  63. <th>Cook</th>
  64. <th>Ready In</th>
  65. </tr>
  66. </thead>
  67. <tbody>
  68. <tr>
  69. <td>5 m</td>
  70. <td>15 m</td>
  71. <td>20 m</td>
  72. </tr>
  73. </tbody>
  74. </table>
  75. </figure>
  76. <p>Preheat waffle iron. Beat eggs in large bowl with hand beater until fluffy. Beat in flour, milk, vegetable oil, sugar, baking powder, salt and vanilla, just until smooth.</p>
  77. <p>Spray preheated waffle iron with non-stick cooking spray. Pour mix onto hot waffle iron. Cook until golden brown. Serve hot.</p>
  78. <p>Source: <a href="https://www.allrecipes.com/recipe/22180/waffles-i/?fbclid=IwAR1g8NdUx6fm0aYit4Wwi2J1yQdx9WnnGqE23SVgvxr9XVRyooYMjvHq-yE">allrecipes</a></p>
  79. </div>