Piano test not passing

Can anyone help me find what I’m doing wrong here. My code is not passing the tests.

<div id="piano">
      <div class="keys">
        <div class="key"></div>
        <div class="key" class="black--key"></div>
        <div class="key" class="black--key"></div>
        <div class="key"></div>
        <div class="key" class="black--key"></div>
        <div class="key" class="black--key"></div>
        <div class="key" class="black--key"></div>
      </div>
    </div>

Link to challege:

You can put multiple class names in the same class attribute - just separate them with spaces.

There’s an example here - scroll down to “Multiple classes”.

2 Likes

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