Build a Tribute Page Feedback

I just complete the Tribute Page project. Could y’all give some feedback about my project.?
I would appreciated very much.
Here my link to it : https://codepen.io/pockect-rockects/full/qBWGrvO
-Thanks
Pocket Rockets

Hi @pocket-rockets, welcome to the forums. Your page looks good. A couple of things you may want to revisit;

  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • In CSS you have a misspelling on line 53 (@madia instead of @media)
    • In HTML there are a few things you can clean up
  • I notice your main font is ‘Amazon Ember’. Perhaps you have this locally on your box. We, however, only see the backup font ‘Arial’. You need to either provide a link to the font or import it.
  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>). Your page passes 9/10 user stories.