26 lines
396 B
CSS
26 lines
396 B
CSS
body {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.error-page {
|
|
height: 100%;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.error-body {
|
|
padding-top: 5%;
|
|
}
|
|
|
|
.error-body h1 {
|
|
font-size: 210px;
|
|
font-weight: 700;
|
|
text-shadow: 4px 4px 0 #f5f6fa, 6px 6px 0 #33cabb;
|
|
line-height: 210px;
|
|
color: #33cabb;
|
|
}
|
|
|
|
.error-body h4 {
|
|
margin: 30px 0px;
|
|
}
|