Step 112
Give the sky class a radial-gradient. Use #ffcf33 from 0% to 20%, #ffff66 at 21%, and #bbeeff at 100%. This will add circular gradient to the background that will be your sun.
I 've tried everything but still doesn’t work.
.sky {
background: radial-gradient ( #ffcf33 0%, #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/115.0.0.0 Safari/537.36
Challenge: Learn CSS Variables by Building a City Skyline - Step 112
Link to the challenge: