404: add page
This commit is contained in:
parent
779c751499
commit
779f42daf7
6 changed files with 43 additions and 2 deletions
BIN
static/assets/images/notfound.webp
Normal file
BIN
static/assets/images/notfound.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
|
|
@ -80,4 +80,24 @@ home-content {
|
|||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* 404 */
|
||||
katcenkat {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
transition: opacity 5s ease, transform 5s ease-out;
|
||||
opacity: 1;
|
||||
transform: translateY(0px);
|
||||
|
||||
@starting-style {
|
||||
opacity: 0;
|
||||
transform: translateY(500px);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue