-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (56 loc) · 1.51 KB
/
index.html
File metadata and controls
62 lines (56 loc) · 1.51 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Project: Event invite</title>
<style>
Body{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/50/Congrats_bqt.jpg");
background-size:contain;
}
h1{
font-style: italic;
text-align:center;
font-size:5em;
font-weight:bold;
}
.text{
color:rgb(235, 235, 30);
}
h2{
font-style: italic;
text-align:center;
font-size:2em;
font-weight:bold;
}
h3{
font-style: italic;
text-align:center;
font-size:2.5em;
}
p{
font-style: italic;
text-align:center;
font-size:20px;
font-weight:bold;
}
.color{
color:rgb(38, 1, 74);
}
</style>
</head>
<body>"
<h1 class="text">Happy Birthday </h1>
<h2>You're invited to the 7th birthday
</h2>
<h2> of our beloved daughter</h2>
<h3> Yusra</h3>
<p class="color">on Saturday 27th of December 2025 <br>
2:00pm - 6:00pm<br><br>
at<br>
Little Angels Playcentre, IG10 7TB<br><br>
RSVP To Dad by December 17th<br><br> at Tel: 078 54173 261<br><br>
We hope to see you there<br>
</p>
</body>
</html>