Tribute page-free form project

Hi, everyone kindly check out my recently finished tribute project any comments will be highly appreciated especially on CSS because for me I find it a challenge to know when to use a certain font-family, font-size, and units of measurement such as rem& em.

https://codepen.io/Mark-J/pen/MWadaWq

Thanks!

Page looks okay @j.mark. Some 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.
  • 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 is an HTML coding error you should address.
  • Review the lesson about giving meaningful text to links.

On a side note, I edited your post so the link was clickable. If you edit it now you can see what I did. Hint: you don’t need the quotes.