Learn CSS Variables by Building a City Skyline - Step 72

Tell us what’s happening:

I don’t understand why it’s not working, am I doing it correctly?

Your code so far

<!-- file: index.html -->
<!-- User Editable Region -->

        <div class="bb4c">
          <div class="window-wrap"></div>
          <div class="bb4-window"></div>
          <div class="bb4-window"></div>
          <div class="bb4-window"></div>
          <div class="bb4-window"></div>
        </div>

<!-- User Editable Region -->
/* file: styles.css */

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 OPR/115.0.0.0

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 72

The element they said to change is this one.
Therefore please reset and add the class to the class attribute above

Gosh I feel so stupid, thanks a lot :heart:

You are not stupid. You are learning to interpret the way fCC communicates and that is a skill on its own.

1 Like