Build a City Skyline - Step 75

Tell us what’s happening:

i can complet all code but can’t figer out for step75 stel get error

Your code so far

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

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

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

/* 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/146.0.0.0 Safari/537.36

Challenge Information:

Build a City Skyline - Step 75

Welcome to the forum @chetanrohit10 !

Were you asked to add an angle to your linear gradient?

Happy coding!

Tell us what’s happening:

I can’t solve code perfectly but still get error help me fore figer out the error

Your code so far

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

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

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

/* 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/146.0.0.0 Safari/537.36

Challenge Information:

Build a City Skyline - Step 75

I went ahead and combined your posts for you. In the future, just reply to the original thread to add further updates.