tobey's profile picture

Published by

published
updated

Category: Web, HTML, Tech

dirk Hoverboarding across your screen :u

since Posting layouts is currently unavailable ill just put this here, Mostly made this for fun cause i was bored lol :P
feel Free to use :D


<style>

@keyframes dirk{

  from{ left:-400px; }

  to{ left:calc(100% + 20px); }

}

#dirk{

  position: fixed;

  left: -400px;

  top: 200px;

  width: 100px;

  animation: dirk 5s infinite linear;

  pointer-events: none;

}

</style>

<img id="dirk" src="https://files.catbox.moe/ld7lb0.gif"/>


8 Kudos

Comments

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

Motte

Motte's profile picture

fucking incredible


Report Comment