Tell us what’s happening:
Test
Sorry, your code does not pass. Don’t give up.
Hint
You should apply a background
to .bb1a
right after the background-color
.
Your code so far
.bb1a {
width: 70%;
height: 10%;
background-color: var(–building-color1);
background: linear-gradient(–building-color1, --window-color1);
}