HELP ME with my tribute page! Step 8

I dont know what im doing wrong with the step 8! I have 9/10 points, but Im stucked there, also freecodecamp says that i cant share my code for security reasons! what should i do?

1 Like

Hey there,

Could you be so kind as to share your codepen link, which will make us able to check your code and help you through?

https://codepen.io/freeCodeCamp/pen/MJjpwO

The link that you have shared is freeCodeCamp’s test suite.

We need your pen to check. The same kind of link which is belong to your pen.

1 Like

https://codepen.io/garridovalen/pen/vYOoPqb

Alright,
There are several things to follow, first; you should select the id or the HTML Tag.
In your CSS file, you have selected #img which does not exist. You have #image or img to select in your CSS file.

And making images responsive, you should define max-width, which you made 0. It should be 100%.
Maybe you would like to re-visit the Make an Image Responsive lesson which I’m putting below:

Final tip: if you change your CSS selector to #image and make max-width:100%, your tribute page will pass the test.

Cheers,
Yigit

1 Like

Thank you so much, now is fixed!

1 Like