Learn Responsive Web Design by Building a Piano - Step 28

Tell us what’s happening:

Hey Fellas and fellesses, I am stuck on this one. I even used chatGPT and we are both scratching our heads… What do you think?

My code is as follows:

@media (max-width: 358px) {
#piano {
width: 358px;
}
}

1 Like

Your @media rule should have a #piano selector. - this is the comment from the website

1 Like

Hi!

Post a link to the challenge step. and your whole css code.