-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (44 loc) · 1.16 KB
/
Copy pathindex.html
File metadata and controls
51 lines (44 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Consolas" rel="stylesheet">
<style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
p {
margin-bottom: 0;
margin-top: 0;
color: white;
font-family: 'Source Code Pro', consolas, courier, monospace;
}
h4 {
font-family: 'Source Code Pro', consolas, courier, monospace;
color: white;
font-size: 85%;
}
h1 {
font-family: Roboto;
font-size: 40px;
text-shadow: 2px 2px 4px #000000;
color: white;
left: 0;
line-height: 200px;
margin-top: -100px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
}
body {
background-color: darkgrey;
background-image: url("https://images.unsplash.com/photo-1444044205806-38f3ed106c10?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2700&q=80");
}
</style>
</head>
<body>
<h1>¯\_(ツ)_/¯</h1>
</body>
</html>