FCC Tribute Page feedback - Feedback

Hi,

I am new to HTML and CSS and still learning. I have recently completed my Tribute Page project in FCC, but no sure if it is any good and just thought if anyone can please review it and give me some feedback on how to improve the page as well as my skill further. I have attached the codepen link to my project.

https://codepen.io/pritam2510/pen/qBOwvzr

Thanks in advance

1 Like

Hi @pritam2510,

Looking good! I think it’s great. If I had to change a couple of things, I would have lowered the intensity of the box shadow, and removed the timeline’s line on mobile.

Other than that, great work.

Hi
Thanks for the appreciation. I will surely try out your suggestions

Thanks

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

  • 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 <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to a font would go in the box labeled ‘Stuff for <head>’
  • Review the lesson about giving meaningful text to links.

For future projects don’t copy the samples. They are just that, samples. Try and come up with your own thoughts and design. Have fun with them.

Thanks … I will surely work on your suggestions and the fix the current project