forked from katjavogt/katjavogt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (39 loc) · 832 Bytes
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='refresh' content='0; URL=https://katjavogt.github.io'>
<meta charset="UTF-8">
<style>
body {
background-color: #222 !important;
font-family: Times, serif !important;
font-size: 1em;
color: white !important;
border: none;
}
a {
color: white !important;
text-decoration: underline;
}
a:hover {
color: white !important;
text-decoration: none;
}
h1 {color: white;}
p {color: white;}
.container {
margin-top: 10%;
height: 300px;
position: relative;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
</style>
</head>
</html>