Hello everyone,
I am creating my tribute page, and got 9/10 because of the following error:
----The element should responsively resize, relative to the width of its parent element, without exceeding its original size.
Try using the “max-width” style property…
This is my tribute page:
Your help would be really appreciated.
Hi @ammarabdelmohsen ,
I tried opening your tribute page to see if I could help, but it’s just an empty codePen.
ILM
July 16, 2020, 10:32am
3
that is the freeCodeCamp’s pen, with just the test suite - you need to make an account and fork that pen (fork button in the bottom right corner)
Thanks, @ILM ! I updated the same.
Hi @ammarabdelmohsen ,
Thank you for updating it!
Check out the <style> tags in the CSS block in the codepen.
When working in the codepen, they are not necessary, and if you put them in, they may cause bugs on your site
Try setting the img max-width to a px that is smaller than the page.
Thanks, John! It is a great help, indeed.