Paste this into the ABOUT ME section of your profile:
<style>
.general-about .profile-pic img{
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-20px);
}
100% {
transform: translatey(0px);
}
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )