Learn CSS Variables by Building a City Skyline - Step 112

Hi 8 I don’t understand where s the pb with my code. It marks me " You should give the radial-gradient a first color of #ffcf33 ."
Thanks a lot

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

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

Link to the challenge:

the first number should be from 0% so just add 0% next to it.

TLTR the Answer is :
mod edit: solution redacted

Goodluck

Thank you, it works :smiley:

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