My Tribute Page-Report

Hello everyone! I will like to announce that i just finished building a tribute page using html and CSS. This page is about Chadwick Boseman. I will be glad if you can drop your reviews on this.

Thank you

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

Welcome to the forums @bankoleidris.
The link you provided is to freeCodeCamp and only contains the test script.
Did you;

  1. Create an acc’t on codepen?
  2. Remember to save your work?
  3. Make sure the link you copy/paste is the link to your pen

I have made the necessary corrections.

Regards

That’s good. Please provide the link to your project.

Here is the link. https://codepen.io/Banky_drzy/pen/yLOzxwj

@bankoleidris, your page cannot be considered original work. You’ll get much more out of the course if you take the time to create your own projects from scratch.
Comparing your HTML to the FCC sample HTML the only difference is the text that displays. All the HTML coding comes from the sample.
Comparing your CSS to the FCC sample CSS, there is no difference.

Start with a blank page (nothing in the HTML or CSS sections in codepen) and make a tribute page.
Don’t forget to keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).

  • The test script should be included, with all tests passing, when you submit your projects.

Thanks for this.
I’ll make necessary corrections and revert back to you as soon as possible.