Muhammad Ali Tribute page Feedback

Hey guys !
I would love to get some feedback on this tribute page.
Ty and all the best !
Tribute page

Similar issues here as the survey form. Still decent job. Should be good once you make the same corrections here.

Welcome to the forums @Slavkec. Some things to revisit;

  • 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.
    • Your page passes 1/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
  • Use external styling
  • Review the lesson about giving meaningful text to links.