Files
teknolojirehberleri.xyz/styles/pages/404.scss
T
2021-08-13 16:24:25 +03:00

10 lines
156 B
SCSS

.not-found {
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
justify-content: center;
animation: moveInBottom 1s;
}