-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 979 Bytes
/
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
<!Doctype html>
<html>
<head>
<title> happy birthday </title>
</head>
<body style="background-color:aqua">
<h1 style="text-align:center ;font-size:40px"> it's My bithday!</h1>
<h1 style="text-align:center">On the 12th May</h1>
<div style="margin-right:0px;margin-left:250px">
<img src="img01.jpg" height="450px" width="1000px" alt="birthday-celebration" style="border-radius:20px;border:2px solid red">
</div>
<br>
<h1 style="font-size:40 px;text-align:center">What to bring:</h1>
<div style="text-align:center">
<ul>
<li style="text-align:center">baloons (I love Baloons) </li>
<li style="text-align:center">Cake (I'm really good at eating) </li>
<li style="text-align:center">As apetite (There will be lots of food) </li>
</ul>
</div>
<h1 style="font-size:40 px;text-align:center">This is Where you need to go :</h1>
</body>
</html>