Hi there!
I finally finished my tribute page (after a lot worrying and thinking about “how am i even gonna get this done?! How do I know what to apply and where?” Lol. I learned it’s very important to apply what I learned in real world projects and this project taught me a lot).
It’s looking good @mdaw67. Some things you may want to revisit;
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 will 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 some invalid elements in HTML and you’re using an id more than once.
(Don’t use the <br> element. Use margin and/or padding in CSS to do your styling)