-
Notifications
You must be signed in to change notification settings - Fork 0
/
giftsite.html
46 lines (44 loc) · 1.8 KB
/
giftsite.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
<!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">
<title>Gift Site</title>
<link rel="stylesheet" href="giftsite.css">
<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&display=swap" rel="stylesheet">
</head>
<body>
<div class="text">
<h1>Today is Ritika's Birthday 🥂</h1>
<img class="bday-girl" src="ritika.jpg" alt="my cutest best friend">
<h3>19 years old</h3>
<h4>24.10.23</h4>
</div>
<div class="gift-section">
<h2 class="gift-title">Here's how happy I am for you today🥳</h2>
<p>(Hover over the gift)</p>
<div class="gift-hover"s alt="gift hover"></div>
</div>
<div class="gift-section2">
<h2 class="gift-title2">How people react when you enter the room😍</h2>
<div class="gift-hover2"s alt="gift hover2"></div>
</div>
<div class="gift-section3">
<h2 class="gift-title3">If i had to describe you with ONE word 👇🏻</h2>
<div class="gift-hover3"s alt="gift hover3"></div>
</div>
<div class="gift-section4">
<h2 class="gift-title4">The only person as badass as you 💪🏻</h2>
<div class="gift-hover4"s alt="gift hover4"></div>
</div>
<div class="last-gift-section">
<h2 class="last-gift-title">This one's for you , my friend 🥂</h2>
<div class="last-gift-hover"s alt="last-gift hover"></div>
<!-- <p id="footer">Want to create your own Bday gift site? Take
<a href="https://youtu.be/a_iQb1lnAEQ" target="_blank">this HTML & CSS course!</a> -->
</p>
</body>
</html>