ari.lt/content/styles/404/main.scss

41 lines
601 B
SCSS
Raw Normal View History

*, *::before, *::after {
scroll-behavior: smooth !important;
}
2021-09-05 03:43:16 +03:00
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;
2021-09-05 03:43:16 +03:00
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
2021-09-05 03:43:16 +03:00
justify-content: center;
}
.c404img img {
-webkit-filter: opacity(25%) blur(10px);
2021-09-05 03:43:16 +03:00
filter: opacity(25%) blur(10px);
2021-09-05 04:04:31 +03:00
width: 30em;
2021-09-05 03:43:16 +03:00
}
footer {
position: absolute;
bottom: 0;
margin: 2.5em;
2021-09-05 04:04:31 +03:00
}