-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (19 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birhday card</title>
</head>
<body style="background-color: teal;">
<main style="background-color: white;display: inline-block;border: 1px white;border-radius: 10px; width: 70%; margin-left: 15%; margin-top: 5%;">
<div style=" width: 30%;display: inline-block;margin-top: 15%;margin-left: 5%; ">
<h1 style="width: 55%;font-size: 45px;font-family: Arial, Helvetica, sans-serif; text-align: center;margin-left: 35%;padding-bottom: 5px; ">Happy Birhday!</h1>
<p style="width: 60%;font-size: 24px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-align: center;margin-left: 30%; ">I hope you have a wonderful birhday</p>
<p1 style="width: 30%;font-size: 22px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;font-weight: lighter; margin-left: 35%; ">-Jonah Lawrence</p1>
</div>
<img style=" width: 650px;float: right; padding-top: 5%;padding-bottom: 5%; " src="./birhday.png" alt="Birhday imige">
</main>
</body>
</html>