Put this in your "about me section" if you want lmao (i hope it works)
<style>
@keyframes flying-toriel{
from{ left:-400px; }
to{ left:calc(100% + 20px); }
}
#toriel{
position: fixed;
left: -400px;
top: 480px;
width: 70px;
animation: flying-toriel 25s infinite linear;
pointer-events: none;
}
</style>
<img id="toriel" src="https://i.pinimg.com/originals/f3/e0/65/f3e0658955b6ae78d1025329914d33ef.gif"/>
<style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )