Torahime's profile picture

Published by

published
updated

Category: Web, HTML, Tech

[CODE] Truthless Recluse PV running across the bottom of your profile ~ ! (≧ᗜ≦)

i have to post this here since layouts are still disabled...

i might do other pure vanilla outfits too ~


just copy and paste this code into your about me !!
feel free to edit the code as you wish !
(unfortunately hidden on mobile...)
(please comment if you use, i love looking at profiles :3)

<style>
@keyframes flying-santa{
  from{ left:-400px; }
  to{ left:calc(100% + 20px); }
}
#pv1{
  position: fixed;
  left: -400px;
  top: 760px;
  width: 200px;
  height: 200px;
  animation: flying-santa 6s infinite linear;
  pointer-events: none;
}
</style>
<img id="pv1" src="https://files.catbox.moe/qyfiz7.webp"/>
 


3 Kudos