I keep getting this error even though i replaced the colors:
In the sky
class of the media query, change the two #ffcf33
color values to #ccc
, the #ffff66
to #445
, and the #bbeeff
to #223
. Then you can resize your window to see the background change colors.
media (max-width: 1000px) {.sky {
background: radial-gradient(
closest-corner circle at 15% 15%,#ccc,#ccc 20%,#445 21%, #223 100%,
);
}
}
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0
Challenge: Learn CSS Variables by Building a City Skyline - Step 116
Link to the challenge: