-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.73 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
<html>
<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&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="header">
<h1>Today is Dipa's birthday 🎉</h1>
<img id="girl-img" src="dipa.jpg">
<h2 id="birth-age">24 years old</h2>
<h4 id="birth-date">01.11.2022</h4>
</div>
<div class="gift-section">
<h2 class="happy">Here is how happy I am for you today 😍</h2>
<h3 class="gift">(Hover over the gift)</h3>
<div class="gift-cover" id="gift-cover-happy">
</div>
<div class="gift-section">
<h2 class="happy">How people react when you enter the room 😍</h2>
<div class="gift-cover" id="gift-cover-hot"></div>
<div class="gift-section">
<h2 class="happy">If I had to describe you with one word 👇</h2>
<div class="gift-cover" id="gift-cover-genius">
</div>
<div class="gift-section">
<h2 class="happy">The only person as badass as you 💪</h2>
<div class="gift-cover" id="gift-cover-badass"></div>
</div>
<div class="gift-section">
<h2 class="happy">This one's for you my friend 🥂</h2>
<div class="gift-cover" id="gift-cover-cheers"></div>
</div>
<p id="footer">Want to create your own Birthday GIFt site? Take <a href="https://scrimba.com/learn/htmlandcss" target="_blank">this HTML & CSS course.</a></p>
</body>
</html>