No clue what’s wrong here, any Idea?
.bb3 {
background: repeating-linear-gradient(
90deg,
var(–building-color3),
var(–building-color3),
var(–window-color3)15%
);
width: 10%;
height: 55%;
background-color: var(–building-color3);
}
No clue what’s wrong here, any Idea?
.bb3 {
background: repeating-linear-gradient(
90deg,
var(–building-color3),
var(–building-color3),
var(–window-color3)15%
);
width: 10%;
height: 55%;
background-color: var(–building-color3);
}
You accidentally deleted the link to the challenge. Please put that back in the pos. Thanks
guessing that you should put the background property below the background-color line…