-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (53 loc) · 1.83 KB
/
index.html
File metadata and controls
65 lines (53 loc) · 1.83 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
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Project: Event invite</title>
<style>
body {
text-align: center;
font-family: calibri;
background: pink;
}
h1 {
color: red;
font-family: sans-serif;
}
p {
background: yellow;
}
h2{
font-family: helvetica;
}
h3{
color: green;
font-family: arial;
}
</style>
</head>
<body>
<h1>You're invited!</h1>
<h2>To Pretty's Birthday Party!</h2>
<img id="red-heart" src="https://cdn.kastatic.org/third_party/javascript-khansrc/live-editor/build/images/cute/Heart.png" alt>
<p><strong>Take note of the details below:</strong></p>
<ul>
<li><strong>Date:</strong> Saturday May 31st 2025</li>
<li><strong>Time:</strong> 12pm-till late</li>
<li><strong>Location:</strong> 9 Sunbush close</li>
</ul>
<p> Join me in celebrating the last birthday where i can still say i'm in my 30's without lying or crying . Turning 39 because 40 needs a warning shot</p>
<p>GUEST LIST</p>
<ul>
<li>Leeroy</li>
<li>Zoe</li>
<li>Zane</li>
<li>Thelma</li>
<li>Agie</li>
<li>Nomsa</li>
</ul>
<h3>RSVP by May 20</h3>
<a href="#">prettytaruvinga1@gmail.com</a>
<br>
<p><strong>Let me know if you're in or forever regret missing my pre-40 glow up party</strong></p>
</body>
</html>