-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstars.html
42 lines (41 loc) · 1.06 KB
/
stars.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
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
@font-face {
font-family: Love;
src: url('LOVE.TTF');
}
<!--
h1{
font-family: Love;
color: gold;
font-size: 10rem;
}
p{
font-family: Love;
color: gold;
font-size: 5em;
}
body{
background-image:url('gif_amour_1.gif');
background-size:100%;
background-repeat: repeat-y;
background-repeat: repeat-x;
background-attachment: fixed;
height:90%;
width:90%;
}
</style>
<title> Rekindle the stars </title>
</head>
<body>
<center>
<p>
<br> I love you
</p>
</center>
</body>
</html>