vodoraslo.xyz/themes/lugo/layouts/404.html

37 lines
767 B
HTML
Raw Normal View History

2023-06-04 17:48:31 +02:00
<style>
body,
html {
height: 1vh;
/* width: auto; */
}
h1 {
text-align: center;
font-size: 18em;
max-width: 100%;
2023-06-04 17:55:44 +02:00
vertical-align: center;
2023-06-04 17:48:31 +02:00
}
html {
background-image: url("/img/FxyVUnrakAAflqW.jpg");
background-repeat: repeat;
background-position: center center;
overflow-x: hidden;
overflow-y: hidden;
}
a {
text-decoration: none;
}
.rainbow-text {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
color: transparent;
}
2023-06-04 17:55:44 +02:00
2023-06-04 17:48:31 +02:00
</style>
<div>
<h1 id="title"><a href="{{ "" | relURL }}" class="rainbow-text">404</a></h1>
</div>