EYESTRAINED's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Karkat running across the bottom of your profile!

<style>

@keyframes flying-santa{

  from{ left:-700px; }

  to{ left:calc(130% + 80px); }

}

#santa{

  position: fixed;

  left: -800px;

  top: 1800px;

  width: 100px;

  animation: flying-santa 7s infinite linear;

  pointer-events: none;

}

</style>

<img id="santa" src="https://external-media.spacehey.net/media/s7OxZ6myEkGn9zqqHTNCDsz2vm6Cv4lNCeM5dRjQ6svY=/https://media.tenor.com/c8-iLkEq9W0AAAAi/karkat-karkat-vantas.gif"/>


0 Kudos

Comments

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