-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birthday-Wishes</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="birthday-card">
<!-- Inner -->
<div class="cover-inner">
<img src="card2.webp" width="100%" height="100%">
</div>
<!-- Outer -->
<div class="cover-outer">
<img src="https://www.lovekates.co.uk/cdn/shop/files/AO002.jpg?v=1715169691&width=1946" width="100%">
</div>
<!-- Text -->
<div class="text">
<p class="title">
Happy Birthday! <br> Anitha ♥
</p>
<p>
Wishing you a day and year filled with love, joy and all your
favorite things. You deserve all the happiness in the world!
May your birthday and your all days be as wonderful and amazing as you are.
Here's to celebrating you today and every day. Cheers to another fantastic year ahead!
<br> You are so Special!
</p>
</div>
</div>
</body>
</html>