Skip to content

Solving Issue 8 - Adding Basic Recipe #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions Pasta/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
-webkit-overflow-scrolling: touch;
}
</style>



<!-- Custom styles for this template -->
<link href="starter-template.css" rel="stylesheet">
</head>
Expand All @@ -84,9 +84,18 @@
</header>

<main>
<h1>Pasta</h1>
<h1>Pasta INIT boss</h1>
<p class="fs-5 col-md-8">Students eat a lot of it</p>

<h2 style="text-decoration: underline;">Basic Pasta Recipe:</h2>
<br></br>
<p>1) Create a volcano like mound out of 100g of strong flour</p>
<p>2) Put a single egg yolk in the hole at the top of the flour</p>
<p>3) Gently pull the bottom of the mount on top of the egg until it is starting to mix well</p>
<p>4) When a dough begins to form, start kneeding it on the counter. Don't forget to line the counter with some flour so it doesn't stick!</p>
<p>5) Using a rolling pin, stretch out the pasta dough into a long thin sheet</p>
<p>6) When it is as thin as you can get it, use a pasta roller to make the pasta even thinner.</p>
<br></br>
<p>From here you can decide how to chop or cut your pasta and all you have to do is boil it to make a lovely batch of fresh pasta!</p>

</main>
<footer class="pt-5 my-5 text-muted border-top">
Expand Down