-
Notifications
You must be signed in to change notification settings - Fork 0
/
404style.css
54 lines (45 loc) · 931 Bytes
/
404style.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
48
49
50
51
52
53
54
.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}
.page_404 img{ width:100%;}
.four_zero_four_bg{
background-image: url(dribbble_1.gif);
height: 500px;
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 0px;
width: 150px;
height: 30px;
text-align: center;
}
.link_404:hover{
transition: 0.4s ease;
background-color: rgb(76, 211, 35);
}
.contant_box_404{ margin-top:-50px;}
h1{
text-align: center;
top: 70px;
}
h3{
text-align: center;
font-size: 50px;
top: 100px;
}
p{
text-align: center;
font-size: 30px;
}
#achor{
align-self: center;
}