-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (39 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birthday Party Invitation</title>
<link rel="icon" type="image/x-icon" href="assets/birthday.jpg">
<style>
body {
background-image: url('chandu-birthdayinvitation.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body>
<div class="container">
<h1 style="text-align: right;">
<pre> You're Invited!</pre>
</h1>
<h2 style="text-align: right;">
<pre>Let's Celebrate
<span style="color: #080304f6;">chandu's</span> Birthday!
<p>We are excited to invite you to a fun and fabulous birthday party!</p>
<div class="details">
<strong>Date:</strong>28/08/96
<strong>Time:</strong>12.30
<strong>Location:</strong>karimnagar
</div>
We can’t wait to celebrate together with you!
<div class="footer">
Feel free to bring a friend and come ready for fun!
</pre>
</h2>
</div>
</div>
</body>
</html>