How to use linear gradient


i keep getting this after like a hundred triesđź’”
any help would be appreciated

Pictures are hard to read and we can’t run your code from the picture. Please post your actual code and a link to the challenge. Thanks

this is my code

.bb1a {
background: linear-gradient(
–building-color1,
–window-color1);
width: 70%;
height: 10%;
background-color: var(–building-color1);

}

i’m trying to add a linear background on .bb1a yet the code doesn’t pass

finally got it
for anyone who is going through the same here’s the code

Mod Edit: SOLUTION REMOVED

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