Build a City Skyline - Step 109

Tell us what’s happening:

Hi team,

I followed the instructions for Step 109 and gave the .sky class a radial-gradient using #ffcf33 0% 20%, #ffff66 21%, and #bbeeff 100%. I made sure the gradient has the correct closing ) and semicolon ;, and removed any extra spaces.

However, the code still doesn’t pass the validation. Could you help me understand what I might be missing or why it’s failing?

Thanks!

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

.sky { background: radial-gradient(circle, #ffcf33 0% 20%, #ffff66 21%, #bbeeff 100%);
}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36

Challenge Information:

Build a City Skyline - Step 109
https://www.freecodecamp.org/learn/full-stack-developer/workshop-city-skyline/step-109

is there a direction mentioned in the instructions?