Learn CSS Variables by Building a City Skyline - Step 112

Tell us what’s happening:

I think that It’s not validating my answer, it seems fine

Your code so far

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

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

.sky {
    background: radial-gradient(circle, #ffcf33 0%, #ffcf33 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/127.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 112

just remove the circle, from the line of code

Hi there!

The instructions have did not asked to add the style circle