Trouble Resizing with Tribute Page Challenge

Hi! I am having problems with the tribute page challenge. I cannot get the code to pass to resize an image, i am sharing my CSS code here:


Please let me know if you have any suggestions! Honestly i have tried so many combinations im getting a little frustrated lmao

It’s better if you provide us a link to the project so we can see everything.

1 Like

Here is my code! Thanks so much!

You need to make the <img> responsive. Right now you are putting all this CSS on the div wrapper around the image.

1 Like

Omg thank you so much! I just changed #img-div to #image and it worked i appreciate ur help!