Learn CSS Variables by Building a City Skyline - Step 60

Tell us what’s happening:
Describe your issue in detail here.
Hi team. I still can’t go beyond this step. The code seems ok.
Your code so far

  .bb3 {
  width: 10%;
  height: 55%;
  background-color: var(--building-color3);
  background: repeating-linear-gradient(
  90deg,
  var(–-building-color3),
  var(–-building-color3) 7.5%,
  var(–-window-color3) 15%
  );
}  

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

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

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-variables-by-building-a-city-skyline/step-60`Preformatted text`

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