ari.lt/content/styles/404/main.scss
Ari Archer a326846854 Improve the wedditor and generic css
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-09-30 17:45:29 +03:00

40 lines
601 B
SCSS

*, *::before, *::after {
scroll-behavior: smooth !important;
}
body,
html {
padding: 2.5em;
height: 100%;
}
.title404 {
text-align: center;
font-size: 3em;
}
.content404 {
text-align: center;
font-size: 2.5em;
}
.c404img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.c404img img {
-webkit-filter: opacity(25%) blur(10px);
filter: opacity(25%) blur(10px);
width: 30em;
}
footer {
position: absolute;
bottom: 0;
margin: 2.5em;
}