-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.old.html
More file actions
58 lines (58 loc) · 1.01 KB
/
index.old.html
File metadata and controls
58 lines (58 loc) · 1.01 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Hello!</title>
</head>
<style type="text/css">
body{
background-color: black;
}
h1{
top:10px;
color: white;
font-size: 200px;
margin-left: 100px;
font-weight: 200;
font-family: "Helvetica Neue";
}
h3{
color: lightgrey;
font-size: 50px;
margin-left: 100px;
font-weight: 100;
font-family: "Helvetica Neue";
}
h5{
color: lightgrey;
font-size: 30px;
margin-left: 100px;
font-weight: 100;
font-family: "Helvetica Neue";
}
a{
color: lightgrey;
font-size: 30px;
font-weight: 200;
font-family: "Helvetica Neue";
}
p{
color: lightgrey;
font-size: 20px;
font-weight: 100;
margin-left: 100px;
font-family: "Helvetica Neue";
position: absolute;
bottom: 0px;
}
body{
justify-content: center;
}
</style>
<body>
<div>
<h1 style="color: white">Hello!</h1>
<h3 style="color: white">Thanks for visiting my website.</h3>
<h5 style="color: white">Wanna talk? Get in touch <a href="mailto:me@prath.am">here</a>.</h5>
</div>
</body>
</html>