Learn CSS Variables by Building a City Skyline - Step 112

I just don’t understand what I’m doing wrong, please help! The hint is" You should give .sky a radial-gradient in the background property."

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

Your browser information:

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

Challenge: Learn CSS Variables by Building a City Skyline - Step 112

Link to the challenge:

That code is accepted in my case. Can you try restarting the step?

2 Likes

It worked! I was going crazy :rofl: Thank you!

Hi glad it worked! can you please spoiler your code or remove it so that you wont break the rules :eyes:

1 Like

TLTR the Answer is :

mod edit: solution redacted
Goodluck

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.