Tribute Page - My first ever freecodecamp project

I have written my first ever code. I have created Tribute Page, checked with the test result and surprisingly I failed. I got 8/10. I want you guys to help me finding the error. Thank you very much.

Here is my code: https://codepen.io/eklavyasharma/pen/NWPmbPX

1 Like

It is a nice page. Keep going.
But change the image width also font size

Thank you for your reply. Can you please find out what I am doing wrong? I failed the test result.

Content #7 error is just a typo you’ve set target="_blanket" instead of target="_blank"

Layout #1 error is there because your image is not responsive wrt the parent element, it says right there in the logs The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size. so make it responsive and all tests will pass.

1 Like

First: a tag should contain id=“tribute-link”
Second: img tag should have a max-width property at css as this img {max-width: 100%;}
try this and tell me. good luck

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.