**I’m trying to do the tribute page. I already solved 9 of the ten tests but i can’t get this one solved 1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size.**I used max-width 100% and height auto and the image is centered but i can’t seem to get it right. Any help is appreciate it.
Thanks beforehand guys.
You need to reopen the test suite because the error message has changed.
This is a common mistake with this challenge but the error messages will keep changing until you have successfully center the image and made it responsive. Once you do that then you will get 10/10.
Also, if you plan on using an image from your computer you will need to host that online somewhere in order for it to show up in codepen.
Thank you. With your tip i saw the mistake and i followed the steps recommended and now it’s working perfectly.
Really, thank you, you saved me from mulling over it for a few hours.