create css file for 404 page
This commit is contained in:
parent
00ebe687a9
commit
76a4f022ab
3 changed files with 28 additions and 21 deletions
24
static/assets/css/404.css
Normal file
24
static/assets/css/404.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
.navbar-toggler {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue