forked from Peolite1/Recipe-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (162 loc) · 5.32 KB
/
Copy pathindex.html
File metadata and controls
187 lines (162 loc) · 5.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>Frontend Mentor | Recipe page</title>
</head>
<body class="min-h-dvh bg-amber-200/30 grid place-items-center md:p-10">
<div class="w-full h-full md:w-150 h-420 md:p-4 rounded-sm bg-white shadow-md">
<img src="images/image-omelette.jpeg" alt="omelette" class=" w-auto h-auto flex rounded-sm">
<div class="p-4 md:p-0">
<h1 class="py-5 font-bold md:text-4xl text-3xl">Simple Omelette Recipe</h1>
<p class="text-sm mb-5">An easy and quick dish, perfect for any meal. This classic omelette combines beaten eggs cooked
to perfection, optionally filled with your choice of cheese, vegetables, or meats.
</p>
<div class=" border border-white bg-red-50 m-2 border pb-5 rounded-sm">
<h2 class="text-xl m-3 p-3 text-red-900"> <b>Preparation time</b></h2>
<ul>
<li><span class="font-semibold"><b class="m-3 p-3">.</b> Total</span> :Approximately 10 minutes</li>
<li><span class="font-semibold"><b class="m-3 p-3">.</b> Preparation</span> :5 minutes</li>
<li><span class="font-semibold"><b class="m-3 p-3">.</b> Cooking</span> :5 minutes</li>
</ul>
</div>
<h2 class="text-2xl m-3 text-red-900 font-bold pt-5">Ingredients</h2>
<ul class="text-xl md:text-sm">
<li class="flex">
<span>
<b class="px-5">.</b>
</span>
<span>
2-3 large eggs
</span>
</li>
<li class="flex">
<span>
<b class="px-5">.</b>
</span>
<span>
Salt, to taste
</span>
</li>
<li>
<span>
<b class="px-5">.</b>
</span>
<span>
Pepper, to taste
</span>
</li>
<li class="flex">
<span>
<b class="px-5">.</b>
</span>
<span>
1 tablespoon of butter or oil
</span>
</li>
<li class="flex">
<span>
<b class=" px-5">.</b>
</span>
<span>
Optional fillings: cheese, diced vegetables, cooked meats, herbs
</span>
</li>
</ul>
<br>
<hr class="text-gray-300">
<h2 class="text-2xl mr-3 text-red-900 font-bold pt-5 pb-5">Instructions</h2>
<ol>
<li class="flex gap-3">
<p>
<b class="text-red-900">1.</b>
</p>
<p>
<b>Beat the eggs</b> In a bowl, beat the eggs with a pinch of salt and pepper until they are well mixed.
You can add a tablespoon of water or milk for a fluffier texture.
</p>
</li>
<li class="flex gap-3">
<p>
<b class="text-red-900">2.</b>
</p>
<p>
<b>Heat the pan</b> Place a non-stick frying pan over medium heat and add butter or oil.
</p>
</li>
<li class="flex gap-3">
<p>
<b class="text-red-900">3.</b>
</p>
<p>
<b>Cook the omelette</b> Once the butter is melted and bubbling, pour in the eggs. Tilt the pan to ensure
the eggs evenly coat the surface.
</p>
</li>
<li class="flex gap-3">
<p>
<b class="text-red-900">4.</b>
</p>
<p>
<b>Add fillings (optional)</b> When the eggs begin to set at the edges but are still slightly runny in the
middle, sprinkle your chosen fillings over one half of the omelette.
</p>
</li>
<li class="flex gap-3">
<p>
<b class="text-red-900">5.</b>
</p>
<p>
<b>Fold and serve</b> As the omelette continues to cook, carefully lift one edge and fold it over the
fillings. Let it cook for another minute, then slide it onto a plate.
</p>
</li>
<li class="flex gap-3">
<p>
<b class="text-red-900">6.</b>
</p>
<p>
<b>Enjoy</b>: Serve hot, with additional salt and pepper if needed.
</p>
</li>
</ol>
<br>
<hr class="text-gray-300">
<div class=" m-3">
<h2 class="text-2xl text-red-900 font-bold mb-5 pt-5">Nutrition</h2>
<p class="text-sm mb-5">
The table below shows nutritional values per serving without the additional fillings.
</p>
</div>
<div>
<div class="flex m-3 justify-between">
<p> Calories</p>
<p class="mr-20 md:mr-55 text-red-900"> <b>277kcal</b></p>
</div>
<hr class="text-gray-300">
<div class="flex m-3 justify-between">
<p>Carbs</p>
<p class="mr-20 md:mr-64 text-red-900"><b>0g</b></p>
</div>
<hr class="text-gray-300">
<div class="flex m-3 justify-between">
<p>Protein</p>
<p class="mr-20 md:mr-63 text-red-900"><b>20g</b></p>
</div>
<hr class="text-gray-300">
<div class="flex m-3 justify-between">
<p>Fat</p>
<p class="mr-20 md:mr-63 text-red-900"><b>22g</b></p>
</div>
</div>
</div>
</div>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" class="text-amber-500 hover:underline" target="_blank">Frontend Mentor</a>.
Coded by <a href="#" class="text-amber-500 hover:underline">PRAISEGOD</a>.
</div>
</body>
</html>