-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.css
More file actions
46 lines (46 loc) · 763 Bytes
/
404.css
File metadata and controls
46 lines (46 loc) · 763 Bytes
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
@charset "utf-8";
html,
body,
div,
figure,
img {
margin: 0;
padding: 0;
}
body {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.notfound {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
figure.forrestgump {
position: relative;
width: 100%;
}
figure.forrestgump img {
width: 100%;
}
figure.forrestgump figcaption {
float: right;
clear: right;
width: 100%;
padding: 0;
text-align: right;
}
@media (min-width: 768.02px) {
figure.forrestgump {
width: 30rem;
}
figure.forrestgump figcaption {
width: 60%;
padding: 0 2rem;
}
}
.notfound-link {
position: absolute;
z-index: 9;
margin-top: 2rem;
}