Tell us what’s happening:
Describe your issue in detail here.
Your code so far
.bb1d {
width: 100%;
height: 70%;
background-color: var(–building-color1);
background: linear-gradient(
var(orange),
var(–building-color1),
var(–window-color1)
);
}
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36</code>
**Challenge:** Learn CSS Variables by Building a City Skyline - Step 44
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-variables-by-building-a-city-skyline/step-44
I'm getting the error message:
"Test
Sorry, your code does not pass. Try again.
Hint
You should use orange as the first color in the linear-gradient."
I'm not quite sure why, help!!