Learn CSS Variables by Building a City Skyline - Step 112

Tell us what’s happening:

Why does it still say, You should give .sky a radial-gradient in the background property ?

Your code so far

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

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

.sky {
  background: radial-gradient (
    #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/138.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 112

probably, this extra space here

1 Like

Awwwwwwww !! That little bug –

Tysm :sparkling_heart: for helping me out to find that tiny bug.