crawls into your inbox like a little ant... how did you do the img float on your pfp... blinks repeatedly at you.
HERE U GO I’m hoping this shows up if not I’ll just throw it in a burner url for you
.profile_avatar { animation: float 3s infinite; } @keyframes float { 0% { transform: translateY(-0.5rem); } 50% { transform: translateY(0rem); } 100% { transform: translateY(-0.5rem); } }
Reactions
Comments
Leave a comment