-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.css
47 lines (37 loc) · 1.27 KB
/
404.css
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
html {
font-family: 'Catamaran', sans-serif;
background-color: #000000;
color: #e8e6e3;
}
footer {
text-align: center;
padding: 50px;
position: fixed;
bottom: 0px;
padding:0px;
font-size: small;
opacity: 30%
}
header p {
font-size: 450%;
padding: 0px;
margin: 0px;
margin-bottom: -.5%;
}
html {
/* The image used */
background-image: url("fourohfour.png");
/* Full height */
height: 100%;
margin: 0;
background-position: right bottom; /*Positioning*/
background-repeat: no-repeat; /*Prevent showing multiple background images*/
/* Center and scale the image nicely */
}
/* ----------------------------------------------
* Generated by Animista on 2020-11-29 21:12:18
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translate(-50%, 50px);transform:translate(-50%, 50px);opacity:0}100%{-webkit-transform:translate(-50%, 0px);transform:translate(-50%, 0px);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translate(-50%, 50px);transform:translate(-50%, 50px);opacity:0}100%{-webkit-transform:translate(-50%, 0px);transform:translate(-50%, 0px);opacity:1}}