-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.55 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Spin-off of "Project: Event invite"</title>
<style>
h2{color:red; font-size:2em;}
#clebrations{background-color:rgb(0,150,150);}
.details{background-color:rgb(0,80,290);
font-family:monospace;
font-style:italic;
font-weight:bold;
text-align:center;
line-height:1.5em;
}
</style>
</head>
<body>
<h1 id="celebration">CELEBRATING JIN'S BIRTHDAY!</h1>
<img src="https://cdn.kastatic.org/third_party/javascript-khansrc/live-editor/build/images/food/pasta.png" width="250">
<h2>COME ON!</h2>
<p class="details">The details:Hello, everyboday,Welcome to Jin's <em>birthparty</em>! <strong>can i give you some details about this party</strong>?</p>
<ul>
<li> Date:1/5/2025</li><br>
<li> Time:12N-4PM</li><br>
<li> Place:Mcdonalds in Salisbury city centre</li><br>
<li> Clothes: Please try to wear Harry porter's costume</li><br>
</ul>
<p class="details"> Believe it or not, Jin is 13 years old(proper teenager). We are all very excited so it is time for celebration! please do try to wear Harry Porter's constume. Do not worry, you can wear any fancy clothes, like spiderman and catapilla.</p>
<p class="details"> Looking forward to seeing you next sunday!</P>
</body>
</html>