Learn CSS Variables by Building a City Skyline - Step 78

Tell us what’s happening:

For adding the other gradients, I am not sure what I am missing. It seems like I did it right and maybe it is something simple as a coma that I can’t see.

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

Unfortunately we can’t see your code

[quote=" repeating-linear-gradient(
var(–building-color4),
var(–building-color4) 10%,[quote=“JeremyLT, post:2, topic:591559, full:true”]

Unfortunately we can’t see your code
[/quote]

      var(--window-color4) 10%,
      var(--window-color4) 90%);"]
```` line above and the ``` `
 repeating-linear-gradient(
      var(--building-color4),
      var(--building-color4) 10%,
      var(--window-color4) 10%,
      var(--window-color4) 90%);

Ah, you didn’t follow the formatting instructions so we can’t see the code.

Okay, I believe I did it correctly now. :slight_smile: I figured it out too.

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