1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-11 17:24:34 +02:00

Added 404 page

This commit is contained in:
Andrew Davis
2018-09-02 16:46:49 -05:00
parent fee7b398ef
commit 7580f98928
3 changed files with 31 additions and 0 deletions

View File

@@ -218,3 +218,22 @@ button:hover .icon svg {
from {left: -300px; opacity: 0}
to {left: 0; opacity: 1}
}
.logo-404 {
max-width: 200px;
max-height: 200px;
margin: 0 auto;
display: block;
}
.logo-404 svg {
max-width: 200px;
max-height: 200px;
}
.toc-404 {
max-width: 250px;
margin: 0 auto;
}
.message-404 {
font-size: 2em;
margin: 0 auto;
text-align: center;
}