Skip to content

Instantly share code, notes, and snippets.

@Shadowking1235
Last active March 21, 2019 09:04
Show Gist options
  • Save Shadowking1235/1e97d8be70de42f746f829b022a5177e to your computer and use it in GitHub Desktop.
Save Shadowking1235/1e97d8be70de42f746f829b022a5177e to your computer and use it in GitHub Desktop.
Hot pepper soup // source https://jsbin.com/nasukus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hot pepper soup</title>
<style id="jsbin-css">
section
{
Backgroupcolor: blue;
}
</style>
</head>
<body>
<!-- Header for recipe -->
<h1>How to make a hot pepper soup </h1>
<!-- Starting the unordered list -->
<section>Ingredents needed
<ul>
<li>Two onions atleast</li>
<li> Enough pepper</li>
<li>fresh Fish </li>
<li>Meats</li>
<li>Salt</li>
<li>Pepper</li>
<li>Crab Fish</li>
<li>Garlic</li>
<li>Fresh Tomato</li>
</ul>
<Section2>Instructions needed
<!-- Starting the ordered list -->
<ol>
<li>Boiled water at 45 degree </li>
<li>Add enough pepper </li>
<li>Add salt for better taste</li>
<li>Add the fresh tomato and Garlic and stir evenly</li>
<li>Boiled the meat seperately and add to the initial soup</li>
<li>Add the fresh crab fish</li>
<li>And lastly add the onions and stir</li>
<li>Allowed the mixture boil for 30 min and then you will have your fresh pepper soup</li>
</ol>
<script id="jsbin-source-css" type="text/css">section
{
Backgroupcolor: blue;
}</script>
</body>
</html>
section
{
Backgroupcolor: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment