every time i check code: its says >> You should apply a background to .bb1a
???
.bb1a {background: linear-gradient(–building-color1,–window-color1);
width: 70%;
height: 10%;
}
Challenge: Learn CSS Variables by Building a City Skyline - Step 40
alright, but how should i do that while i am supposed to put the two variables of colors inside the linear-gradient function !!! i’ve tried to associate the var with colors inside the linear-gradient but it didn’t work as before …