💄 404-page got more appealing
This commit is contained in:
parent
0996b7e4fd
commit
997079038b
2 changed files with 24 additions and 0 deletions
13
assets/css/common/404.css
Normal file
13
assets/css/common/404.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
.not-found {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.not-found-text {
|
||||
font-size: 50px;
|
||||
font-weight: 700;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue