-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path404.html
94 lines (89 loc) · 1.67 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE HTML>
<html>
<head>
<script src="JS/cusor.js"></script>
<link rel="stylesheet" href="CSS/body.css"/>
<title>404</title>
<link rel="icon" type="images/x-icon" href="https://i.ibb.co/CwGrjr8/darkredcircle-removebg-preview.png">
</head>
<body>
<style>
li {
list-style-type: none;
margin: 0;
padding: 0;
font-size:20px;
}
h1 {
text-align: center;
border: solid white 5px;
border-radius: 10px;
background-color: #ffffff;
font-size: 200px;
color: #000000;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
h2 {
font-size: 50px;
color: #ffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
p {
font-size: 20px;
color: #ffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
footer {
position: fixed;
text-align: center bottom;
left: 0;
bottom: 0;
height: 50px;
width: 100%;
font-size: 20px;
color: #ffff;
font-weight: bold;
margin: auto;
background-color: #222211;
}
.btn{
text-align: center;
color: #ffffff;
padding: 10px 24px;
cursor: pointer;
display: inline;
text-align:center;
font-size: 2rem;
}
.btn:hover {
color: skyblue;
transition: color ease 0.5s;
}
.btn-rounded{
border-radius: 10px;
}
.center {
position: absoulte;
margin: 0;
left: 50%;
}
</style>
<div class="nav">
<a href="index.html" class="btn btn-rounded">Back to Home</a>
</div>
<li> </li>
<li> </li>
<li> </li>
<h1>404</h1>
<h2>Touch Grass</h2>
</body>
</html>