.profile_avatar {
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
100% {
transform: translateY(0);
}
LINK
You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue?