In the previous challenge, you changed the animation rates for two similarly animated elements by altering their@keyframesrules. You can achieve the same goal by manipulating theanimation-durationof multiple elements.
In the animation running in the code editor, there are three stars in the sky that twinkle at the same rate on a continuous loop. To make them twinkle at different rates, you can set theanimation-durationproperty to different values for each element.
Set theanimation-durationof the elements with the classesstar-1,star-2, andstar-3to 1s, 0.9s, and 1.1s, respectively.