Build a City Skyline - Step 80

Tell us what’s happening:

You should give the three new div elements each a class of fb2-window. But i have done that, and I don’t know why the codes are not passing.

Your code so far

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

        <div class="fb2b">
           <div class="fb2-window">
  <div class="fb2-window"></div>
  <div class="fb2-window"></div>
  <div class="fb2-window"></div>
           </div>
  <div class="fb2-window"></div>
  <div class="fb2-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/143.0.0.0 Safari/537.36

Challenge Information:

Build a City Skyline - Step 80

it says to create three div elements, so why do you have five .fb2-window? you should reset the step and try again