Learn CSS Variables by Building a City Skyline - Step 77

Tell us what’s happening:

they ask me to give background a repeating-linear-gradient and give as they ask, but its still wrong, i dont know where the mistakes is. and if checking the words and spelling and space, but still dont work, i evem reset it couple times

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

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

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 77

sorry, i forgot the variable on color…

1 Like

Happens to us all sometimes.

Good for you resolving the issue and being able to move to the next step.

Wishing you good progress on your coding journey. :slightly_smiling_face:

1 Like