-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.33 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
<!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=Edu+VIC+WA+NT+Beginner:[email protected]&family=Happy+Monkey&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="header">
<h1>Happy Birthday Dhathri 🥳</h1>
<img src="images/dhathri.jpg">
<h3>14 years old</h3>
<h4>03-11-2010</h4>
</div>
<div class="gift-section">
<h2>Stay blessed my girl!🙌</h2>
<div class="gift-img" id="gift-img-bless"></div>
</div>
<div class="gift-section">
<h2>You always look stunning🤩</h2>
<div class="gift-img" id="gift-img-stunning"></div>
</div>
<div class="gift-section">
<h2>You will always be my crime partner😈</h2>
<div class="gift-img" id="gift-img-crime"></div>
</div>
<div class="gift-section">
<h2>Finally let's be happy together!!!</h2>
<div class="gift-img" id="gift-img-happy"></div>
</div>
</body>
</html>