Tribute page-help & feedback

I am currently struggling with trying to get this section of the project correct:

#Layout

  • 1. The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.

i have been stuck on this for quite some time and i don’t know why…

Also, what can i further improve on?
Making my code cleaner, improving my design and layout.

Thank you very much!

Hey. Just add “height: auto” to the img section of your css and voila - the test is passed

OH WOW! thank you very much. i was trying width and completely forgot about height :rofl: