Help with the Tribute Page project HTML/CSS

Dearest lovely everyone,

I’m tearing my hair out trying to figure out why I’m stuck on 9/10 tests passing -

I’m missing ’ The element should responsively resize, relative to the width of its parent element, without exceeding its original size.’

Can anyone help me out with this?
Thank you!

https://codepen.io/trishtracking/pen/VwYEEpV

you gave id="image" to <img > Element and in your css file you are trying to get it by id img i.e. #img. Change #img to #image in css will solve your problem.

1 Like

Amazing, thanks so much <3