Replying to
Comment
if you mean how the pfp moves, } .profile_avatar { animation: float 3s infinite; } @keyframes float { 0% { transform: translateY(-0.5rem); } 50% { transform: translateY(0rem); } 100% { transform: translateY(-0.5rem); }
Add a reply
omg thank you so so much!! How is your icon centered also? Is that a code.. if I could snag that too !! :D