-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.css
More file actions
46 lines (38 loc) · 705 Bytes
/
404.css
File metadata and controls
46 lines (38 loc) · 705 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
/*======================
404 page
=======================*/
html, body {
text-align: center;
background:#fff;
padding: 0;
margin: 0;
}
.page_404 {
padding:40px 0;
font-family: 'Arvo', serif;
}
.page_404 img {
width:100%;
}
.four_zero_four_bg {
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
height: 400px;
background-position: center;
background-repeat: no-repeat;
}
.four_zero_four_bg h1 {
font-size:80px;
}
.four_zero_four_bg h3{
font-size:80px;
}
.link_404 {
color: #fff!important;
padding: 10px 20px;
background: #39ac31;
margin: 20px 0;
display: inline-block;
}
.contant_box_404{
margin-top:-50px;
}