Learn CSS Variables by Building a City Skyline - Step 103

Tell us what’s happening:
I keep getting an error code saying to give .fb4a a border-left: 8vw solid var(–building-color1);. I’ve tried to copy and paste the solution it gives me and I have had others look at the code but I don’t see what is wrong with it.
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.

.fb4a{
  border-top: 5vh solid transparent;
  border-left: 8vw solid var(--building-color1);
}

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/14.1.2 Safari/605.1.15

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

Link to the challenge:

The CSS you posted above is passing for me. Make sure you didn’t accidentally change something else. Perhaps restart the step?

Turns out that it just wouldn’t work on the macbook that I was using, thank you.

Maybe try a different browser (maybe it is too much to say this doesn’t work on the whole computer…)

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