-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 974 Bytes
/
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
<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=Space+Grotesk:wght@500&family=Syncopate:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>Birthday Gift</title>
</head>
<body>
<div id="header">
<h1> Anyone's birthday today?</h1>
<img id="mark-img" src="images/question.avif">
<h4 id="bdy-date">28.08.2022</h4>
</div>
<div class="gift-section">
<h2 class="gift-title"> If it is, then below is your gift🎊</h2>
<h3 class="gift-hint">[Hover over the gift]</h3>
<div class="gift-img">
</div>
<p id="footer">Connect with me on <a href="https://twitter.com/starabdul100" target="_top"> twitter</a>.</p>
</body>
</html>