Tell us what’s happening:
I’ve tried several times to complete this step, but each time it shows the same hint : " You should give .fb6
a second repeating-linear-gradient
in the background
property."
Your code so far
.fb6 {
width: 9%;
height: 38%;
background-color: var(--building-color3);
background-image: repeating-linear-gradient(
90deg,
var(--building-color3),
var(--building-color3) 10%,
transparent 10%,
transparent 30%,
),
repeating-linear-gradient(
var(--building-color3) 0 10%,
var(--window-color3) 10% 30%,
);
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Challenge: Learn CSS Variables by Building a City Skyline - Step 108
Link to the challenge: