-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.34 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
<!DOCTYPE html>
<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=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="header">
<h1>✨ Happy Birthday Ann ✨</h1>
<img id="birthday-img" src="ann.jpg" alt="rainbow">
<h4 id="birthday-tittle">🎉 To many more years 🎉</h4>
<h2 id="birthday-date">03:02:2019 😍</h2>
</div>
<div class="gifts-sections">
<h2>I'm so happy for you, its your !! ☃️</h2>
<h4>🚁 Hover over the gifts 🚁</h4>
<div class="gift-cover" id="gift-number"></div>
</div>
<div class="gifts-sections">
<h2>Here is your cake 🎂</h2>
<div class="gift-cover" id="gift-cake"></div>
</div>
<div class="gifts-sections">
<h2>Now lets sing 🎤</h2>
<div class="gift-cover" id="gift-dance"></div>
</div>
<div class="gifts-sections">
<h2>Birthday theme 🦄</h2>
<div class="gift-cover" id="gift-theme"></div>
</div>
</body>
</html>