Learn CSS Variables by Building a City Skyline - Step 115

Tell us what’s happening:

Your code so far

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.

Trying to figure out how to add .sky declaration into the @media query.
.media .sky{
Max-width: 1000px;
Background: radial-gradient(
Closest-corner circle at 15% 15%… and then the four colors were last.

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15

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

Link to the challenge:

This step just wants you to copy the .sky ruleset into the media query. If you are able, you can just use your mouse to copy/paste it into the media query. No changes should be made to it. It should be an exact copy.

Copy everything that’s within the “{ }” and paste it after the @media (max-width: 1000px)? Instead of copying, I just typed it as it was shown, and still receiving an error. Also, I am using an IPad and it’s tough to copy/paste any code. :frowning_face:

Ok, I figured it out. I was not adding (.sky) along with its properties. Thank you for your help.