-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (45 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<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=Happy+Monkey&family=Orbitron:wght@400;500&display=swap"
rel="stylesheet">
<title>Birthday Gift</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="header">
<h1> Happy Birthday! </h1>
<img id="me-img" src="images/me.jpg" alt="">
<h2 id="age"> 35 years old </h2>
<h4 id="date"> February 20, 1988 </h4>
</div>
<div class="gift-challenge">
<h2 class="wishes"> Happy birthday dear friend! 🥳 🎉 🎂 </h2>
<h3 class="gift-hover">All for you</h3>
<div class="gift-img" id="gift-img-happy" alt=""> </div>
</div>
<div class="gift-challenge">
<h2 class="wishes"> First time I saw you! 🥳 </h2>
<div class="gift-img" id="gift-img-suprise" alt=""> </div>
</div>
<div class="gift-challenge">
<h2 class="wishes"> What do People think about you? 👇 </h2>
<h3 class="gift-hover">......!!???</h3>
<div class="gift-img" id="gift-img-clever" alt=""> </div>
</div>
<div class="gift-challenge">
<h2 class="wishes"> The only person as beautiful as you 👇 </h2>
<h3 class="gift-hover">Oh no!</h3>
<div class="gift-img" id="gift-img-badgirl" alt=""> </div>
</div>
</div>
<div class="gift-challenge">
<h2 class="wishes"> No one can rival you but... 🥂 </h2>
<h3 class="gift-hover">WooooW!</h3>
<div class="gift-img" id="gift-img-cheers" alt=""> </div>
</div>
<p id="footer">Want to listen Rihanna? Take <a href="https://www.youtube.com/channel/UCcgqSM4YEo5vVQpqwN-MaNw" target="_blank">Rihanna offfical-Youtube channel</a></p>
</body>
</html>