First Project Tribute Page Feedback

Hello folks!
I am a newbie here in FCC community.
Just finished up with my first project on Responsive Web Design of Tribute Page.
I request you to please give me a feedback on it.
All suggestions/advices are highly appreciated.
Thank you in advance. :smiley:
https://codepen.io/abrax_abhie/pen/WNrvRPv?editors=1100

hi @abrax_abhie

welcome and great job.
you might have to limit the width on larger screen. as you would read it across the screen width left to right.

1 Like

Duly Noted.
Thanks again! :smile:

Page looks good @abrax_abhie. Just an fyi…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(s) goes in the box labeled ‘Stuff for <head>’
1 Like

Thanks for the tip! I didn’t knew that.