1
Fork 0

Add driftingnebula.

This commit is contained in:
Bauke 2022-03-28 15:53:30 +02:00
parent 7a11421702
commit 5d5f305514
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 26 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

View File

@ -36,3 +36,23 @@
}
}
}
.driftingnebula {
background: url('/assets/driftingnebula 2022-03-07.jpeg');
background-repeat: no-repeat;
background-position: center center;
display: block;
font-size: 3rem;
padding: 2rem;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: 0 0 4px var(--background-1);
&:hover {
color: var(--foreground-1);
filter: hue-rotate(180deg);
outline: 2px dotted var(--foreground-1);
outline-offset: 4px;
}
}

View File

@ -21,6 +21,12 @@
@baukexyz:matrix.org
</a>
</div>
<div class="divider"></div>
<a class="driftingnebula" href="https://www.deviantart.com/driftingnebula">
driftingnebula
</a>
</main>
<script src="/js/listenbrainz.js"></script>