Learn CSS Variables by Building a City Skyline - Step 113

Tell us what’s happening:

I typed it how it was shown but apparently something isn’t correct. Where it says “where you would put a direction for the gradient;” I assumed that to be where the “deg” would normally go which is where I currently have it. Could use some help on this one.

Thank you!

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.

  background: radial-gradient(
    circle closest-corner 15% 15%,
      #ffcf33,
      #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/119.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 113

1 Like

Hi @BSprowl
This should resemble…

this.
circle closest-corner at 15% 15%

1 Like

Hello @BSprowl !

Here is the description from the instructions:

circle closest-corner at 15% 15%,

This could be copied and pasted

Or you could just at the at before the first 15%.

Keep up the great progress and happy coding!

1 Like

Thank you! Not sure why I didn’t think to include the “at” :man_facepalming:

1 Like

Thank you! Definitely should’ve copied and pasted. Wow…lol!

1 Like

:laughing: I learned that from a few of the Leaders suggesting it to people.

Darn, I cannot even say I had an original thought there.

Keep up the good progress and happy coding!

Do original thoughts even exist anymore? lol! Everything seems to derive from one place or another :thinking: :rofl:

1 Like

Sounds about right! :joy:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.