-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesercizio3.html
72 lines (72 loc) · 3.11 KB
/
esercizio3.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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simply Recipes - Thanksgiving recipes</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<section name="logo" class="logo">
<img src="./assets/logo.png" alt="logo" class="center">
<hr>
<h6>Part of <strong>SIMPLY FABULOUS THANKSGIVING</strong></h6>
</header>
</div>
<br>
<br>
<main>
<h1>Focaccia with Caramelized Onion, Cranberries, and Brie</h1>
<div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex!</p>
</div>
<img src="./assets/focaccia.png" alt="=Focaccia" class="center">
<figcaption>
<p>Image: Sally Vegas</p>
</figcaption>
<div name="FEATURED_section">
<hr>
<p>FEAUTERD IN:</p>
<p><a href="#">Fresh cranberry Recipes That Go Beyond Sauce</a></p>
</div>
<hr>
<br>
<section name="ingredients">
<div>
<h2>Ingredients</h2>
<h5>For the focaccia:</h5>
<ul>
<li>4 cups (500g) all purpose flour</li>
<li>11/2 teaspoons instant yeast</li>
<li>11/2 teaspoons salt</li>
<li>13/4 cups (350g) lukewarm water</li>
<li>1/4 extra virgin olive oil, plus more for the pan</li>
</ul>
</div>
</section>
<div>
<h5>For the topping:</h5>
<ul>
<li>4 cups (500g) all purpose flour</li>
<li>11/2 teaspoons instant yeast</li>
<li>11/2 teaspoons salt</li>
<li>13/4 cups (350g) lukewarm water</li>
<li>1/4 extra virgin olive oil, plus more for the pan</li>
</ul>
</div>
<br>
<div>
<h4>Method</h4>
<ol>
<li>Make the focaccia dought</li>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</ol>
</div>
</section>
</main>
<footer>
<p>Read more on <a href="Simply_Recipes">Simply Recipes</a></p>
</footer>
</body>
</html>