Build a City Skyline - Step 105

Tell us what’s happening:

.fb6 {
width: 9%;
height: 38%;
background:
repeating-linear-gradient(
var(–building-color3),
var(–building-color3) 10%,
transparent 10%,
transparent 15%
),
repeating-linear-gradient(
90deg,
var(–building-color3),
var(–building-color3) 10%,
var(–window-color3) 10%,
var(–window-color3) 15%
);
}

meu codigo e n sei mais oq fazer, ja tentei tudo mais n sei oq estar errado

Your code so far

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

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

.fb6 {
  width: 9%;
  height: 38%;
  background:
    repeating-linear-gradient(
      var(--building-color3),
      var(--building-color3) 10%,
      transparent 10%,
      transparent 15%
    ),
    repeating-linear-gradient(
      90deg,
      var(--building-color3),
      var(--building-color3) 10%,
      var(--window-color3) 10%,
      var(--window-color3) 15%
    );
}


/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a City Skyline - Step 105
https://www.freecodecamp.org/learn/full-stack-developer/workshop-city-skyline/step-105 :sob:

What message are you getting from the challenge?

In the hint, it said from 10% to 30% like the code that was already present. Reset the challenge please.

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