Skip to content
Open
Show file tree
Hide file tree
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
31 changes: 21 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,35 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mulowax Recipe</title>
</head>
<h1>Mulowax Recipe
</h1>
<body>
<img src="mulowax.jpg" alt="">
<div></div>
<p>A quick and easy recipe to make mulowax 😋🥞</p>
<div></div>
<div>Mulowax Recipe</div>
<div height=150 src="mulowax.jpg" >
<div height=500 src="mulowax.jpg" >
<div>A quick and easy recipe to make mulowax 😋🥞</div>
<div>Ingredients</div>
<div>
<div>175g flour</div>

<ul>
<li>175g flour</li>
<li>3 eggs</li>
<li>450ml milk</li>
<li>Sunflower oil</li>

<div>3 eggs</div>
<div>450ml milk</div>
<div>Sunflower oil</div>
</div>
<div>Method</div>
</ul>
<ol>Method</olv>
<div>
<div>Add the flour, eggs, and milk to a bowl</div>
<div>Whisk the mixture and set it aside for half an hour</div>
<div>Heat a pan and add some Sunflower oil</div>
<div>Add some of the mix to the pan and cook for a few minutes</div>
<div>Flip and cook the other side until done, then serve</div>
<li>Add the flour, eggs, and milk to a bowl</li>
<li>Whisk the mixture and set it aside for half an hour</li>
<li>Heat a pan and add some Sunflower oil</li>
<li>Add some of the mix to the pan and cook for a few minutes</li>
<li>Flip and cook the other side until done, then serve</li>
</div>
</body>
</html>
5 changes: 5 additions & 0 deletions work.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
p{
color:black
}
h1{color:rgb(0, 0, 0)}
div{color:black}