Learn CSS Variables by Building a City skyline step 31

.fb1 {
width: 10%;
height: 60%;
}

.fb2 {
width:10%;
height:40%;}

.fb3 {
width:10%;
height:35%;}

.fb4 {
width:8%;
height:45%;}

.fb5 {
width:10%;
height:33%;}

.fb6 {
width:9%;
height:38%;}

I am getting the error message:

Test

Sorry, your code does not pass. Hang in there.

Hint

You should create a .fb1 selector.

—However, I have an .fb1 selector. I am not sure what I am doing wrong.

Tried your code and it works on my side.

You can try change your browser. If you are using Mozilla usually there will be rare chance when your code is right but it is interpreted wrong.
But after passing this step you can reuse Mozilla if you want

1 Like

Thank you! I switched browsers and it worked.

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