-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
46 lines (40 loc) · 1.52 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Happy+Monkey&display=swap">
<meta charset="UTF-8">
<title>Happy Birthday Hana</title>
</head>
<body>
<div id="header">
<h1 id="title">Today is Hana's Birthday</h1>
<img id="profile-img" src="images/hana.jpg" alt="profile picture">
<h2 id="age">36 Years old</h2>
<h3 id="date">10/24/2022</h3>
</div>
<div class="gift-section">
<h1 class="mini-title">Here's how happy I am for you today 🥳</h2>
<h2 class="date">(Hover over the gift)</h3>
<div class="gift-img" id="happy-img"></div>
</div>
<div class="gift-section">
<h1 class="mini-title">How people react when you enter the room 😍</h2>
<div class="gift-img" id="hot-img"></div>
</div>
<div class="gift-section">
<h1 class="mini-title">If I had to describe you with ONE word 👇</h2>
<div class="gift-img" id="genius-img"></div>
</div>
<div class="gift-section">
<h1 class="mini-title">The only person as badass as you 💪</h2>
<div class="gift-img" id="badass-img"></div>
</div>
<div class="gift-section">
<h1 class="mini-title">This one's for you, my love 🥂</h2>
<div class="gift-img" id="cheers-img"></div>
</div>
</body>
</html>