Learn CSS Variables by Building a City Skyline - Step 105

Recheck how? Just looking at the code isn’t super reliable. I would reset the code and put your changes in again

Hi Jeremy thanks, I just saw a change in the percent was the error.

you were really helpful, i spent mins on this :sweat_smile: sorry I stressed you.

.fb5 {
width: 10%;
height: 33%;
background-color: var(–building-color2);
position: relative;
right: 10%;
background: repeating-linear-gradient(

  var(--building-color2) 0%,
  var(--building-color2) 5%,
  transparent 5%,
  transparent 10%
),
repeating-linear-gradient(
  90deg,
  var(--building-color2) 0%, 
  var(--building-color2) 12%, 
  var(--window-color2) 12%, 
  var(--window-color2) 44%
); 

}

No stress, I was just trying to get you to say more so it was clearer what was going on