Please help me review my tribute page

I just completed a tribute page. I will gladly appreciate your review and comments. Thank you.

The link is: https://codepen.io/idong2archie/pen/yLOjqgv

Regards
Idongesit

Some things to revisit on your page @idyarchie11;

  • 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.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
  • Don’t use the <br> element to force line breaks or spacing. That’s what CSS is for.
    • If you want more than one paragraph then use more than one paragraph element.
  • Review the lesson about giving meaningful text to links.

I think many elements are to close to each other and need more space.

  • The whole main content needs some space on the left
  • The main content should also have a little more space on the right
  • There should be some space between the text and the picture
  • The picture should be in the center

Happy coding! Keep going, you are almost there :slight_smile:

Thank you so much for the time to read through and review. I will surely work on them and revert. Thank you Roma