feat: added a kirby gif on the bottom right

This commit is contained in:
Marlow Alfonso 2024-02-08 02:40:45 +00:00
parent 63f1ae46ba
commit 70fa324613
3 changed files with 8 additions and 0 deletions

BIN
assets/images/kirby.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -51,5 +51,7 @@
<a href="https://webring.dinhe.net/next/https://unix.dog/~wiikifox/">next</a>
</div>
</div>
<img id="kirby" src="./assets/images/kirby.gif" alt="kirby vibing to some tunes">
</body>
</html>

View File

@ -29,6 +29,12 @@
animation: title-anim 5s linear alternate infinite;
}
#kirby {
position: fixed;
bottom: 0;
right: 0;
}
.card {
background-color: #544e68;
border-radius: 10px;