Please help me with the tribute page

Hello!

I am stuck at this also. I’ve tried to reduce the width and the height like this, but no result for me :neutral_face:

@media (max-width: 460px) {
  #img {
    max-width: 90%;
    max-height: 90%;
  }
}

Hello!

It seems that i can’t get through the last step of my first project.Can someone please tell me what am i doing wrong?
https://codepen.io/Daniel212121/pen/rNjJgrO

HI @ghisea.f !

Welcome to the forum!

I moved your question out of that last discussion since it needs to be its own post.

As to your question you don’t need to include media queries.
You can pass these tests without them.

Read through the entire error message and it will give you hints on how to solve this challenge.

For example here is the current error message:
Try using the “max-width” style property : expected ‘none’ to not equal ‘none’

Thank you very much. Problem solved! :rose:

1 Like

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