Skip to content

Instantly share code, notes, and snippets.

@Sonualam-bot
Created March 3, 2020 03:51
Show Gist options
  • Save Sonualam-bot/db48d3fa57c37c212373b435b8fc0b2a to your computer and use it in GitHub Desktop.
Save Sonualam-bot/db48d3fa57c37c212373b435b8fc0b2a to your computer and use it in GitHub Desktop.
My Favourite Food // source https://jsbin.com/kodefuq
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My Favourite Food</title>
<u><b><h1>Delicious Maggi</h1></b></u>
<p>Maggi is an international brand of seasonings, instant soups, and noodles that originated in Switzerland in late 19th century.
There are many reasons why i love maggi
<ul>
<li>I have stayed in hostel for a very long time and at that part of in my life , I came to know the importance of like no one else.</li>
<li>It's a treat that i love to share with my friends.</li>
<li>It's the only romantic meal that guy's can cook to surprise their girls.</li>
<li>One of the reasons why Indians love Maggi is because you can add anything to it in order to suit your taste.</li>
<li>If you are in a hurry to get somewhere and hungry at the same time, then Maggi comes to your rescue.</li>
</ul></p>
<h4> There are days when we get lazy and that is when we invent things like MAGGI Noodles Easy-Peasy.</h4>
<style id="jsbin-css">
body {
background-color:yellow;
}
p{
font-size: 30px;
background-color: teal;
padding-top:50px;
}
section{
width: 1400px;
color: orange;
}
li{
font-size: 20px;
}
ul{
font-size: 25px;
background-color: red;
}
h1{
font-size: 36px;
background-color: red;
text-align: center;
}
}
h4{
padding: 25px;
}
</style>
</head>
<body>
<!--Unordered list-->
<ul>
<li>Maggi 2-Minute Noodles</li>
<ul>1 Single pack</ul>
<li>Oil</li>
<ul>1 tablespoon</ul>
<li>Cumin seeds</li>
<ul>1 teaspoon</ul>
<li>Tomato</li>
<ul>2 Cups,Finely chooped</ul>
<li>Onion</li>
<ul>1/2 cup,finely chooped</ul>
<li>Tomato ketchup</li>
<ul>4 tablespoons</ul>
<li>Peas</li>
<ul>1 Cup</ul>
<li>Salt</li>
<ul>To taste</ul>
</ul>
<!--Ordered list-->
<ol>
<li>STEP 01</li>
<ul>First, heat the oil 🔥 and then roast the cumin seeds in it. Now, toss in the tomatoes 🍅, the onions and cook them well.Add the peas and the tomato ketchup, give them a little stir, and let them cook 👩‍🍳 for a while.</ul>
<li>STEP 02</li>
<ul>Cook one pack of Maggi Masala(just follow the instructions on the pck) and transfer it onto a dish 🍜. Put the cumin-tomato-onion mix right on top of the MAGGI and you are done. Experimenting with your MAGGI is as easy as one,two, and three.</ul>
<li>STEP 03</li>
<ul> Serve the easy peasy fun 🍵.</ul>
</ol>
<ul>
<li><img src="https://imgur.com/TSRAGzK.jpg" alt="Delicious Maggi with green pea"/></li>
</ul>
<ul>
<li><h4><em><strong>Some similar recipies</strong></em></h4></li>
</ul>
<ol>
<li><a href="https://www.foodfood.com/recipedetails/garlic-maggi-with-caramelized-onions">Garlic Maggi with Caramelized Onions</a></li>
<li><a href="https://www.salonyscookbook.com/maggi-spring-rolls-recipe/">Maggi Noodles Spring Rolls</a></li>
<li><a href="https://www.inhouserecipes.com/street-masala-maggi/">Street Masala Maggi</a></li>
<li><a href="https://www.chezshuchi.com/noodle-cutlet.html">Noodle Cutlet</a></li>
<li><a href="https://www.hungryforever.com/recipe/chicken-maggi-recipe/">Spicy Chicken Maggi Noodles</a></li>
</ol>
<script id="jsbin-source-css" type="text/css">body {
background-color:yellow;
}
p{
font-size: 30px;
background-color: teal;
padding-top:50px;
}
section{
width: 1400px;
color: orange;
}
li{
font-size: 20px;
}
ul{
font-size: 25px;
background-color: red;
}
h1{
font-size: 36px;
background-color: red;
text-align: center;
}
}
h4{
padding: 25px;
}</script>
</body>
</html>
body {
background-color:yellow;
}
p{
font-size: 30px;
background-color: teal;
padding-top:50px;
}
section{
width: 1400px;
color: orange;
}
li{
font-size: 20px;
}
ul{
font-size: 25px;
background-color: red;
}
h1{
font-size: 36px;
background-color: red;
text-align: center;
}
}
h4{
padding: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment