diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
| commit | 9de361d8d774b073ad34d8e5700e76cd7681a3f8 (patch) | |
| tree | e549839cdb15fd59e7f658ada07e2d0d2af7c3f0 /static/recipes/pizza.html | |
| parent | 8e9cc12e4806eb830515a585ac481c6f37a92f2f (diff) | |
added more images, restyled home page
Diffstat (limited to 'static/recipes/pizza.html')
| -rw-r--r-- | static/recipes/pizza.html | 160 |
1 files changed, 84 insertions, 76 deletions
diff --git a/static/recipes/pizza.html b/static/recipes/pizza.html index 663ecd2..b503959 100644 --- a/static/recipes/pizza.html +++ b/static/recipes/pizza.html @@ -31,85 +31,93 @@ <h1>My Pizza Recipe</h1> </div> - <main id="wrapper-center"> - <div id="lists"> - <h2>Description</h2> - <p> - This is my take on a classic margherita pizza.<br> - We will make our own pizza dough and sauce! - </p> - - <h2>Ingredients</h2> - <ul> - <li>500g Flour</li> - <li>325g Water</li> - <li>10g Salt</li> - <li>7g Active Dry Yeast</li> - <li>400g Canned Tomatoes (~1 Can)</li> - <li>100g Mozzarella</li> - </ul> - - <h2>Instructions</h2> - <ol> - <li> - <p> - Mix all dry ingredients in a bowl. - </p> - </li> - <li> - <p> - Add the water and knead the dough until no dry flour is left. - </p> - </li> - <li> - <p> - Cover the bowl and let it rest a couple hours, until doubled in size. - You can also let it rest overnight. - </p> - </li> - <li> - <p> - Once the dough has finished resting, take it out of the bowl onto your working surface - and knead it a bit more, about 2-3 minutes. - </p> - </li> - <li> - <p> - Divide the dough into four equally sized portions. Take one portion and lightly cover it - with a damp towel to let it rest for an additional hour. - You can put the other portions into the fridge or freezer. - While the dough is resting one final time, preheat your oven as high as it can go.<br> - </p> - </li> - <li> - <p> - Meanwhile, it's time to make the pizza sauce. - For this, I usually just use canned tomatoes. You can use - your hands to crush them or puree it with a stick blender. - Add some salt and pepper to your liking. - If you're feeling fancy, you can add oregano and thyme, - or any other additional seasonings you like.<br> - This makes enough sauce for multiple pizzas. You can also use it for pasta. - </p> - </li> - <li> - <p> - Stretch out the dough as big as you can. - Put the sauce and mozzarella on top. I like to rip the mozzarella by hand. - Then the pizza goes into the oven for about 7-10 minutes, - depending how hot you oven can go. - Once the mozzarella starts bubbling and is a nice golden - brown it's done! - </p> - </li> - </ol> - </div> - - <div id="img-wrapper"> - <img src="../../images/pizza.jpg" alt="An image of a classic margherita pizza."> + <main> + <div class="wrapper-space"> + <div class="lists"> + <h2>Description</h2> + <p> + This is my take on a classic margherita pizza.<br> + We will make our own pizza dough and sauce! + </p> + + <h2>Ingredients</h2> + <ul> + <li>500g Flour</li> + <li>325g Water</li> + <li>10g Salt</li> + <li>7g Active Dry Yeast</li> + <li>400g Canned Tomatoes (~1 Can)</li> + <li>100g Mozzarella</li> + </ul> + + <h2>Instructions</h2> + <ol> + <li> + <p> + Mix all dry ingredients in a bowl. + </p> + </li> + <li> + <p> + Add the water and knead the dough until no dry flour is left. + </p> + </li> + <li> + <p> + Cover the bowl and let it rest a couple hours, until doubled in size. + You can also let it rest overnight. + </p> + </li> + <li> + <p> + Once the dough has finished resting, take it out of the bowl onto your working surface + and knead it a bit more, about 2-3 minutes. + </p> + </li> + <li> + <p> + Divide the dough into four equally sized portions. Take one portion and lightly cover it + with a damp towel to let it rest for an additional hour. + You can put the other portions into the fridge or freezer. + While the dough is resting one final time, preheat your oven as high as it can go.<br> + </p> + </li> + <li> + <p> + Meanwhile, it's time to make the pizza sauce. + For this, I usually just use canned tomatoes. You can use + your hands to crush them or puree it with a stick blender. + Add some salt and pepper to your liking. + If you're feeling fancy, you can add oregano and thyme, + or any other additional seasonings you like.<br> + This makes enough sauce for multiple pizzas. You can also use it for pasta. + </p> + </li> + <li> + <p> + Stretch out the dough as big as you can. + Put the sauce and mozzarella on top. I like to rip the mozzarella by hand. + Then the pizza goes into the oven for about 7-10 minutes, + depending how hot you oven can go. + Once the mozzarella starts bubbling and is a nice golden + brown it's done! + </p> + </li> + </ol> + </div> + + <div class="img-wrapper img-right"> + <img src="../../images/pizza.jpg" alt="An image of a classic margherita pizza."> + </div> </div> </main> + + <footer> + <div class="wrapper-centered"> + <p>Bottom Text</p> + </div> + </footer> </body> <script src=""></script> |
