Building a tribute page

HELLO ALL, HOW DO I CONCLUDE MY TRIBUTE PAGE AFTER WRITING MY CODE ON CODEPEN WHICH I WAS RATED 8/10.

SO WHAT ELSE SHOULD I DO NEXT ?

The 8/10 “rating” is how many tests have passed, it means you have 2 issues that need fixing. You can click on the “Tests 8/10” to show you more details and see what errors you have.

After that you can link your tribute page in the FCC’s challenge and continue on.

I HAVE CHECKED MY HTML AND CSS CODES THEY HAVE NO ERROR.

SO I DONT KNOW WHAT DO AGAIN.https://codepen.io/SWHYTE/pen/JeOWEO

Use max-width:100% on your image to make remaining tests pass.

  1. You have to use max-width property with 100% value to make the image responsive depending on it’s parent.
  2. You used the width property with the value of 100vmax, which made your image width 1440px on my screen, while 100% made it 1424px and it became centered well.

Thanks so so much, it works , now i have 10/10.

SO WHAT DO I DO NEXT ?

On the curriculum page for the Create a Tribute entry, that describes user stories:
Paste the link to your codepen in the solution field, and click the ive completed this challenge.

THANKS HAVE DONE THAT AN AT THE NEXT LEVEL.

THANK YOU ALL !!!