404 page styled
parent
267f1eaf42
commit
bcd61fbfc9
@ -1 +1,20 @@
|
|||||||
/*nothing*/
|
body{
|
||||||
|
font-family: monospace;
|
||||||
|
background-color: white;}
|
||||||
|
|
||||||
|
p{
|
||||||
|
color: #1F24FF;
|
||||||
|
font-size:60px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
max-width: 600px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content img {
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
Loading…
Reference in New Issue