Feedback fam on my tribute page

Kindly check on my tribute page project and give you recommendation

Hello!

Firstly, congratulations on finishing the project :partying_face:!

I like what you did in general: it’s responsive, good combination of colors and simple.

Some recommendations:

image

  • And finally, try to fix the bottom scroll bar (Hint is a rule you applied to the body).

I hope it helps,

Regards!

Thanks fort the feedback. your points are well noted.

1 Like

Welcome to the forums @kiruikenth. Your page looks good. In addition to what was previously mentioned here are some other 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 7/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.
    • The link to the font goes in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should be aware of and address.
  • Don’t mix inline-styling and external styling. Do all your styling external.