Learn CSS Variables by Building a City Skyline - Step 77

fb1c {
width: 100%;
height: 80%;
background: repeating-linear-gradient(
90deg,
var(–building-color4),
var(–building-color4) 10%,
transparent 10%,
transparent 15%
)
}

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

I am working on [Skyline - Step 78] !! so I am trying to figure where the problem ?

This is my code :

.fb1c {
  width: 100%;
  height: 80%;
  background: repeating-linear-gradient(
    90deg, 
    var(--building-color4), 
    var(--building-color4) 10%, 
    tansparent 10%, 
    transparent 15%
    ),
   repeating-linear-gradient( 
      var(--building-color4), 
      var(--building-color4) 10%, 
      var(--window-color4) 10%, 
      var(--window-color4) 90%
      );
}

After still I receive :

> Hint
You should not alter the first repeating-linear-gradient.

Hi hbar1st,

Yes, I am post my code down to find where the problem ? Thanks for your response.

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