-
Notifications
You must be signed in to change notification settings - Fork 0
/
benjamin.html
38 lines (37 loc) · 1.35 KB
/
benjamin.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale= 1.0">
<meta charset=" UTF-8">
<link rel="stylesheet" href="/styles/benjamin.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&family=Playfair+Display:wght@500;700;900&display=swap">
<title>Pride</title>
</head>
<body>
<main>
<header id="navbar">
<h1>Pride?</h1>
</header>
<section>
<p class="text">That is a difficult Question.</p>
<ul>
<li><a href="#question">?</a></li>
</ul>
</section>
<section id="question">
<p class="text">A really difficult one Really.</p>
<ul>
<li><a href="#really">?</a></li>
</ul>
</section>
<section id="really">
<p class="text">Iam not really sure...</p>
<ul>
<li><a href="#really">?</a></li>
</ul>
</section>
</main>
</body>
</html>