Tell us what’s happening:
Describe your issue in detail here.
So for this challenge it’s telling me that i have to add a linear gradient to the background property which i feel i did, however its telling me its wrong and i can’t understand how. I have also attempted to delete background-color as i thought it might have been taking priority over background but that didn’t work wither.
Your code so far
/* BACKGROUND BUILDINGS - “bb” stands for “background building” */
.bb1a {
width: 70%;
height: 10%;
background-color: var(–building-color1);
background: linear-gradient(
–building-color1,
–window-color1
)
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
Challenge: Learn CSS Variables by Building a City Skyline - Step 40
Link to the challenge: