22 lines
399 B
CSS
22 lines
399 B
CSS
body {
|
|
color: #000;
|
|
font: 75%/1.7em "Helvetica Neue", Helvetica, arial, sans-serif;
|
|
margin: 0;
|
|
padding: 80px;
|
|
background: url('../vendor/zwiico/png/error.png') 30px 30px no-repeat #fff;
|
|
}
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
color: #000;
|
|
font-size: 300%;
|
|
margin: 20px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
p {
|
|
margin: 10px 0;
|
|
color: #777;
|
|
font-size: 16px;
|
|
line-height: 1.6;
|
|
} |