-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 922 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HBD</title>
<style>
body{
background-image: url(mom.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
h1{
font-size: large;
color: blue;
text-align: center;
}
pre{
color: black;
font-size: larger !important;
text-align: right;
text-transform: uppercase;
}
</style>
</head>
<b>
<h1>HAPPY BIRTHDAY MY FIRST LOVE</h1>
<pre><b>
Welcome to this new year of your's
May the almighty God bless you with more grace and strength
may joy never depart from your heart
</pre></b>
<video id="video" src="mom video.mp4" autoplay loop muted controls></video>
</body>
</html>