Learn CSS Variables by Building a City Skyline - Step 115

I was not able to complete the 115 steps with the current code snippet.

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.


@media (max-width: 1000px) {
  .ski {
    background: radiant-gradient(
      closest-corner circle at 15% 15%,
      #ffcf33,
      #ffcf33 20%,
      #ffff66 21%,
      #bbeeff 100%
    );
  }
  
}

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0

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

Link to the challenge:

The spelling of the class is sky.

It should be radial-gradient.

If you are able, it is always best to copy/paste in order to avoid these types of mistakes.

How embarrassing. Thank you so much.