Biden feedback on Tribute Page

Hey everyone,

I just finished my Tribute page. Any feedback would be appreciated.

https://codepen.io/Devper/pen/PvMMgw

Thank you!!

Hi @mapper83, welcome to the forums. Your page looks good. A couple of things;

  • codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to the <head> click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link. You have a typo in CSS that doesn’t affect anything but it’s good to have clean code.