Test is failing
this is a part of code that fails to pass the test:
.bb2b {
width: 100%;
height: 100%;
background: repeating-linear-gradient(var(--building-color2) 0%, var(--building-color2) 6%, var(--window-color2) 6%, var(--window-color2) 9%);
}
So even though the test fails, the preview part displays exactly what has been described in the task.
This is the message given to me after failing:
Test
Sorry, your code does not pass. Don't give up.
## Hint
You should change the `background` property of `.bb2b` from using `linear-gradient` to using `repeating-linear-gradient` .
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36
Challenge: Step 52
Link to the challenge: