This commit is contained in:
Vitalii Kiiko
2024-09-27 12:51:29 +02:00
parent 478af11cb9
commit 4be858ca74
19 changed files with 580 additions and 292 deletions

View File

@@ -0,0 +1,16 @@
.error404 {
display: flex;
flex-grow: 2;
width: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
h1 {
}
span {
}
}