Learn CSS Variables by Building a City Skyline - Step 112

Tell us what’s happening:

I am doing as the directions ask, but the directions tell me I am wrong. Can anyone help me!

Your code so far

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

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

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

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 112

please double check the instructions.
The color #ffcf33 is supposed to be from 0 to 20% (not #ffcf22 )

1 Like

welcome to the forum. create your own topic to the challenge step, using Help button. that is apears after attempting check your code button more than three times.
@SheksKatai

Thank you @hasanzaib1389

1 Like

Your Welcome @SheksKatai

Hello, i need help with my code which has refused to pass this step 112

And i believe i have done all that is being asked for the step

Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.

please click the Help button to open a new topic for the new step.