-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (19 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>mergaite</title>
</head>
<body style="background-color: darkcyan;">
<main style="background-color: white; display: inline-block; width: 90%; margin-left: 5%; margin-top: 3%; border-radius: 5px;">
<div style="width: 300px; float: left; margin-left: 100px; margin-top: 400px; text-align: center;">
<h1 style="font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 60px;">Happy Birthday!</h1>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: lighter;">I hope you have a wonderful birthday</p>
<p style="font-family: Arial, Helvetica, sans-serif; color: gray; font-size: 25px; font-weight: 100;">- Jonah Lawrence</p>
</div>
<img style="float: right; width: 750px; padding: 40px; padding-top: 300px; padding-bottom: 300px;" src="mergaite.png" alt="mergaite">
</main>
</body>
</html>