Learn CSS Variables by Building a City Skyline - Step 42

Tell us what’s happening:
I am not sure what im doing wrong. Its is asking me to:

  • ’ Add the new bb1-window class to the .bb1a , .bb1b , and .bb1c elements.’

I know that you can add more classes by just using one class attribute and a comma to separate values . So im not sure what im doing wrong.

My code so far

  <div class="bb1">
    <div class="bb1a, bb1-window"></div>
    <div class="bb1b, bb1-window"></div>
    <div class="bb1c, bb1-window"></div>
    <div class="bb1d"></div>
  </div>

code can be type to text correct dont want give answer but all code spelled can be space between the bb1a than bb1 for color window in drawing can try and remove line name comma and than can work not fault because can be normal and try to use comma for css code thank you take care gn gm fren

Welcome to our community!

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

P.S. If you have to add more than one value to the class attribute to an html element, follow the rule:

<element class="value1 value2 value3"> ...separate classes with a blank space
1 Like

Thanks for being so precise :pray:

1 Like

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