35 lines
923 B
HTML
35 lines
923 B
HTML
<header>
|
||
<h1> Peanut Butter Cookies </h1>
|
||
<h2> Last Modified: June 29, 2022</h2>
|
||
</header>
|
||
<article>
|
||
have you heard of him?
|
||
<h3 id="ingredients">Ingredients</h3>
|
||
<ul>
|
||
<li>1 cup butter (two sticks)</li>
|
||
<li>1 cup white sugar</li>
|
||
<li>1 cup brown sugar</li>
|
||
<li>1 cup peanut butter</li>
|
||
<li>1 tsp salt</li>
|
||
<li>1 tbsp baking soda</li>
|
||
<li>1 tbsp baking powder</li>
|
||
<li>2 eggs</li>
|
||
<li>2.5 cups flour</li>
|
||
</ul>
|
||
<h3 id="procedure">Procedure</h3>
|
||
<ol>
|
||
<li>Cream butter and sugar</li>
|
||
<li>Add peanut butter and mix</li>
|
||
<li>Add baking soda, baking powder, and eggs, then mix</li>
|
||
<li>Add flour in 1 cup (or smaller) increments until all is added and combined</li>
|
||
<li>Cover and let dough sit for a while (optional)</li>
|
||
<li>Bake at 375°F for around 11–12 minutes
|
||
<ul>
|
||
<li>Time varies based on cookie size</li>
|
||
</ul>
|
||
</li>
|
||
<li>Let sit on baking sheet for a few minutes before moving to a cooling rack</li>
|
||
</ol>
|
||
|
||
</article>
|