drew :-D's profile picture

Published by

published
updated

Category: Web, HTML, Tech

shadow biking across your screen!

yes. you're welcome to every edgy faker out there in need of this guy.

#shadowthehedgehog #sonic #sth #sonicthehedgehog #silly #sonic3

just copy the code below into your about me! vvv



<style>

@keyframes run-right {

    from { left: -200px; }

    to { left: 100%; }

}

#running-char {

    position: fixed;

    bottom: 0;

    left: -200px;

    animation: run-right 10s linear infinite;

    pointer-events: none;

    z-index: 9999;

}

</style>

<img id="running-char" src="https://i.postimg.cc/W1K69CyX/ezgif-21669fbbebd69382.gif"/>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )