Tribute feedback-first project

I just completed the tribute page , and I am looking for some feedback and how to better use CSS going forward in the next project .
https://codepen.io/codeLive/pen/OJRBLMR

1 Like

Your page looks good @codeLive. Some things to revisit;

  • Verify your email addr with codepen so we can see your page full view
  • 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 are HTML coding errors you should be aware of and address.

Not sure if you’re aware but you’ve duplicated your HTML code

@Roma Thank you for the feedback on how to use code pen properly and for the W3C validator tool.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.