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;
}
}
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;
}
}
Your @media
rule should have a #piano
selector. - this is the comment from the website
Hi!
Post a link to the challenge step. and your whole css code.