-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (53 loc) · 2.64 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<Title> Recipe for Success!</Title>
<link rel="stylesheet" href="CSS/style2.css">
</head>
<body>
<div id="container">
<header>
<h1><strong>How to make Creme Brulee</strong><span> - by Ashley Brown</span></h1>
<div id="img">
<img src="images/CremeBimg.jpg" alt="A Creme Brulee in a white ramekin on a white tablecloth" width="1000" height="800"/>
</div>
<p>
Creme Brulee is a classic french desert made from cream and eggs and a touch of vanilla with a delicious burnt caramel topping.<br>Impress your friends with this mouth-watering delight!
</p>
<hr />
</header>
<section>
<div class="center">
<h2>Ingredients</h2>
<ul class="ing">
<li>450ml Double Cream</li>
<li>1 vanilla pod or a few drops of vanilla essence</li>
<li>6 egg yolks</li>
<li>70g castor sugar</li>
<li>Demarara sugar to caramelize</li>
</ul>
</div>
</section>
<section>
<div class="center">
<h2>Preparation</h2>
<ol class="prep">
<li>Preheat oven to 150 degrees</li>
<li>Put cream into a saucepan. Split the vanilla pod in half and scrape out the seeds.<br> Add the seeds to the cream or alternatively add the vanilla essence to the cream. <br>Bring up to boil and remove from heat, and allow to cool for a little.</li>
<li>Beat egg yolk and sugar together in a bowl. Pour in the cream and whisk to combine.</li>
<li>Pass the liquid through a sieve and divide the mixture evenly between 5 ramekins.</li>
<li>Put the ramekins in a deep sided oven tray and pour in enough hot water to come half way up the side of the ramekin.</li>
<li>Bake in the centre of the oven for 40 to 50 minutes. The mixture should be a little wobbly when cooked.</li>
<li>Leave to cool overnight in your fridge, then sprinkle with demerara sugar and place under a very hot grill to caramelise the top.</li>
<li>Enjoy your delicious desert with friends and family!</li>
</ol>
</div>
</section>
<footer>
<p>Courtesy of Mys.Tree 2024</p>
</footer>
</div>
</body>
</html>