ari.lt/content/styles/404/main.scss
Ari Archer 9f9afc5938 update @ Tue 3 May 23:59:38 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-05-03 23:59:38 +03:00

31 lines
379 B
SCSS

body,
html {
padding: 2.5em;
height: 100%;
}
.title404 {
text-align: center;
font-size: 3em;
}
.content404 {
text-align: center;
font-size: 2.5em;
}
.c404img {
display: flex;
justify-content: center;
}
.c404img img {
filter: opacity(25%) blur(10px);
width: 30em;
}
footer {
position: absolute;
bottom: 0;
margin: 2.5em;
}