add 404 page

This commit is contained in:
hossainemruz 2020-04-18 04:25:15 +06:00
parent 00465629d2
commit 6e747d9e0c
6 changed files with 45 additions and 21 deletions

View file

@ -191,6 +191,27 @@ a:hover {
color: #c0ccda;
}
.notFound{
padding-top: 5rem;
text-align: center;
padding-bottom: 8rem;
}
.notFound img{
height: 500px;
}
.notFound h1{
font-style: italic;
}
.notFound .message{
position: absolute;
max-width: 20rem;
top: 40%;
left: 30%;
}
/* --- FOOTER END ---- */
/* ============= Device specific fixes ======= */