Medical DoctorHodiedah
Posted 1 hour ago
22 Apr. 2023
Healthcare
.gradanimation {
background: linear-gradient(-45deg, #f2c04b, #fff, #f2c04b, #e6cd94);
background-size: 400% 400%;
animation: gradient 5s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}