-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.9 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
<html>
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.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=Orbitron&family=Sassy+Frass&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="header">
<h1> Guess whose Bday is today 🎉</h1>
<img id="bff-img" src="images/charlie-day-medium.webp">
<h2 id="bday-age">47 years old</h2>
<h4 id="bday-date">09.02.2023</h4>
</div>
<div class="gift-section">
<h2 class="gift-title">let's rock the party!</h2>
<h3 class="gift-hint">(Hover over the gift)</h3>
<div class="gift-img" id="gift-img-dance"></div>
</div>
<div class="gift-section">
<h2 class="gift-title">look I am over the moon 🚀</h2>
<div class="gift-img" id="gift-img-giphyy"></div>
</div>
<div class="gift-section">
<h2 class="gift-title">How you were this past year? 😂</h2>
<div class="gift-img" id="gift-img-giph"></div>
</div>
<div class="gift-section">
<h2 class="gift-title">you would love my surprise 😈</h2>
<div class="gift-img" id="gift-img-gip"></div>
</div>
<div class="gift-section">
<h2 class="gift-title">so let's blow the candles 🕯</h2>
<div class="gift-img" id="gift-img-candle"></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>