-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage5.html
More file actions
29 lines (29 loc) · 1.46 KB
/
page5.html
File metadata and controls
29 lines (29 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page 5</title>
<link rel="stylesheet" href="./assets/css/page5.css">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Cairo:wght@300&family=Carter+One&family=Caveat&family=Cookie&family=DM+Mono:wght@300&family=Mali:wght@500&family=Oswald:wght@200&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./assets/images/Icon2.ico" type="image/x-icon">
</head>
<body>
<div class="container">
<h1 class="h1">A perfect pizza is <br> the ultimate comfort food</h1>
<h1 class="h2">Elaborate garnishes can't mask the taste of a poorly cooked steak.</h1>
<h1 class="h3">A plate of spaghetti Bolognese <br> is my idea of culinary art.</h1>
<h1 class="h4">Second-rate ingredients never create a first-rate dish.</h1>
<h1 class="h5">The anticipation of a perfectly <br> risen soufflé is unmatched</h1>
<h1 class="h6">A chef's creativity knows no bounds in the kitchen.</h1>
<h1 class="h7">Exploring exotic flavors is my life's true passion.</h1>
<h1 class="h8">(c) Oleh <span class="h9">Pizza</span></h1>
</div>
<footer>
<div class="container2">
<a href="page4-home.html" class="animated-button">← Back page</a>
</div>
</footer>
</body>
</html>