Tribute page 7/10

Completed my tribute page but confused as to why I’m getting a 7/10. Reviewed the reqs and it looks good to me. Also, is there a place where I can find the list of things that went wrong? Thanks!


User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15.

Challenge: Build a Tribute Page

Link to the challenge:

Hello~!

Let’s take a look at your errors.
image
Your <img> has the incorrect id attribute: image


image

These two errors are related to the first one. Fix that error, and you’ll pass 9/10 and get a new error message to help with the last test.

You can see these error messages yourself by clicking on the red “Tests 7/10” button.

Hey! Thanks for your response and help!

I fixed that error and like you said I’m getting a 9/10. When I run the test suite, I just get a score back (9/10) - no comments or errors like the ones you’ve screen shotted and responded with. I normally use Safari but it’s the same when I run it in chrome as well. Please advise and thanks again!

Hello~!

Are you clicking this red button?
image

If so, you should see a pop-up that looks like this:

Down at the bottom we see the error for the test. The test is looking for your image to have the max-width property set in the css.

Just tried again this time using chrome and enabled popups this time so it works! I don’t think Safari is fully supported by codepen. I only had to introduce “max-width” into CSS and it fixed the error so 10/10 now.

Thanks much for your help!!