-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (52 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Happy anniversary!</title>
</head>
<body>
<div id="header">
<h1>Happy anniversary, Sunshine!</h1>
<img src="images/couple.jpg" id="img-couple" />
<h2 id="aniv-names">Pauline & Thomas</h2>
<h3 id="aniv-date">12 November, 2022</h3>
</div>
<div class="gift-section">
<h2>Why do I love you?</h2>
<img src="images/donkey.gif" />
</div>
<div class="gift-section">
<h2>Since day one our minds were like:</h2>
<h4>(Hover over the gift)</h4>
<div class="gift-img" id="gift-img-nsync"></div>
</div>
<div class="gift-section">
<h2>What I think whenever I see you 😉</h2>
<div class="gift-img" id="gift-img-hot"></div>
</div>
<div class="gift-section">
<h2>
How I feel when I realize I have a lifetime left to be with you 😍
</h2>
<div class="gift-img" id="gift-img-rapunzel"></div>
</div>
<div class="gift-section">
<h2>I am eternally attractive to you!</h2>
<div class="gift-img" id="gift-img-smart"></div>
</div>
<div class="gift-section">
<h2>You make every day that we spend together special!</h2>
<div class="gift-img" id="gift-img-cheers"></div>
</div>
<h2 id="footer">I love you, Tom!</h2>
</body>
</html>