HELP, please. :D Learn CSS Variables by Building a City Skyline

Hi everyone,

PLEASE help me with step 42 in Learn CSS Variables by Building a City Skyline.

I think I am doing everything correctly, but I keep getting the hint " You should add the bb1-window class to the .bb1a element."

1 Like

In this tutorial, we are being asked to:

ADD the “bb1-window” class to the classes:
.bb1a
.bb1b
.bb1c

IN ADDITION to the classes they already have:

FOR EXAMPLE : a bb1a div class:

    <div class="bb1a"></div>

A bb1a div class with a bb1-window class:

    <div class="bb1a bb1-window"></div>
6 Likes

OMG, thank you ALLESS!

i tried that before, don’t know why it didnt work the first time.

thank you, thank you!

1 Like

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