Ok am certain this is the cold but it keeps saying [You should give .bb3 a background using repeating-linear-gradient] SO what am i doing wrong?

.bb3 {
width: 10%;
height: 55%;
background-color: var(–building-color3);
background: repeating-linear-gradient(
90deg,
var(building-color3),
var(building-color3),
var(window-color)
}

Is this part of a challenge? Is there a link?

A quick look makes me think you are missing a closing parenthesis.

this is the link to the exercise.

I think you missed 15% for the third color and a closing parenthesis. I mean it should be

var(--window-color3) 15%);

hope it answer your question.

hi bro, the mistake is not yours, but so well if you added one more parenthesis the code is ok, but the solution is remove “background-color” tag. :smiley:

1 Like