Tribute Page - User Story #8

Tell us what’s happening:
To be honest, rather than creating a tribute for someone I knew I just wanted to make a clone of the current one, didn’t look at the code of course till the end (to get the link to the image as I wasn’t sure how to add the attachment on the codepen) but rather went with what I thought might be the way.
Upon doing the tests, I am getting a 9/10 and for getting stuck on the
" User Story #8:** The img element should responsively resize, relative to the width of its parent element, without exceeding its original size."

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0.

Challenge: Build a Tribute Page

Link to the challenge:

Hello and welcome to the freeCodeCamp community~!

If you click on the red “Tests 9/10” button you will get a pop-up with error messages for the failing tests. In this case:

I see you’ve added a max-width to the image inside your media query, but try adding that outside the query. :slight_smile: