My Tribute Page Feedback

Hello,

I just created a simple tribute page and would appreciate any feedback and advise. Thank you!

Tribute Page

Welcome to the forums @cow240. Page looks okay but there wasn’t much to see other than text. The site where your image is located is down. Some things for you to revisit;

  • When using codepen it 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 <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
    • Mentioned because you start with a closing head tag.
  • Don’t use the <br> element to force spacing or line breaks.
    • In your case if you want two paragraphs then have two <p>Content for paragraph element</p> elements
  • I’m not seeing the page the way you want me to. I don’t have ‘Roboto Slab’ loaded on my computer and you neither link to it or import it.
    • Further, Roboto slab is not the correct value. When you use Google fonts they show you the CSS rules to specify the families. That is to say, they give you the property and value to add to your CSS declaration.

Thanks @Roma appreciate the helpful feedback!