-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlincoln.html
58 lines (53 loc) · 1.2 KB
/
lincoln.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>404 - Page not found</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
h1{
font-family: "Abril Fatface", sans-serif;
font-weight: normal;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: auto;
z-index: 99;
color: #FFF;
text-align: center;
font-size: 3.6em;
mix-blend-mode: overlay;
pointer-events: none;
}
.content{
width: 90%;
color: #FFF;
position: absolute;
bottom: 20px;
text-align: center;
left: 0;
right: 0;
margin: auto;
z-index: 99;
font-size: 0.8em;
text-transform: uppercase;
}
#main{
display: grid;
justify-content: center;
}
img {
height: 98vh;
width: auto;
}
</style>
</head>
<body>
<h1>404 Page Not Found</h1>
<body>
<!-- <div id="main"> -->
<!-- <img src="src/images/lincoln/3.jpg" style="object-fit: scale-down;"/>-->
<!-- </div>-->
</body>
</html>