My code isn’t working, giving me the hint of " You should use a second color of transparent
from 10%
to 15%
."
code i’m working with :
.fb1c {
width: 100%;
height: 80%;
background: repeating-linear-gradient(
90deg,
var(–building-color4) 0%,
var(–building-color4) 10%,
transparent 10%
transparent 15%,
)
}