404: add page

This commit is contained in:
Agahnim 2026-03-19 18:10:05 +01:00
parent 779c751499
commit 779f42daf7
6 changed files with 43 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -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);
}
}
}