404 sayfası eklendi

This commit is contained in:
Yusuf İpek
2021-08-13 16:24:25 +03:00
parent 2f74cdf1f1
commit 87bb65e089
10 changed files with 144 additions and 77 deletions
+9
View File
@@ -0,0 +1,9 @@
.not-found {
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
justify-content: center;
animation: moveInBottom 1s;
}