01CSS↗
Animated Gradient Background
Create a smoothly animating gradient background that shifts colors continuously.
.animated-gradient {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient-shift 15s ease infinite;#gradient#animation
easy