I think im getting this but , with its still showing error , can't seem figure out my mistake here

.bb3 {
  background: repeating-linear-gradient(
    90deg,*this is were am having the issue*
    var(--building-color3),
    var(--building-color3),
    var(--window-color3) 15%
  );
  width: 10%;
  height: 55%;
  background-color: var(--building-color3);
}

I think im getting this but , with its still showing error , can’t seem figure out my mistake here

Please post a link to the challenge and a description in your words of what about the instructions has you stuck

thats the link

i should use the repeating-linear-gradient
and give a direction of 90deg
two building-color3 variable and one window-color3 variable with 15% ,
which i already did but am still getting an error

Order matters in CSS - background-color listed after background overwrites background

silly me i always make that mistake ,
thanks it just went through now

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.