Tell us what’s happening:
HI
would someone help me see what I am doing wrong here? I’ve tried it several different ways, and still, It won’t pass the challenge.
This is the instruction that was given:
" Step 6
Remember that a class attribute can have multiple values. To separate your white keys from your black keys, you’ll add a second class value of black--key. Add this to your second, third, fifth, sixth, and seventh .key elements."
<div class="black--key"> just like the instruction said to, still that didn't work.
<div class="key black"> that didn't work either
<div class="black key"> that didn't work either
<div class="key" "black"> that didn't work either
<div class="key " class="black--key"> that didn't work either
it doesn’t matter how I tried it, it doesn’t work.
What about the dashes(- -) it supposed to have in the attribute?