Feedback on my first attempt :-)

Hello here is my very first go at putting some html and css together.
I know I need to do a bit of research into page resizing, but please any feedback will be much appreciated.

Thank you.

https://codepen.io/Studio_C/pen/KKpYWwB

Hi @Studio_C,

  • verify your email addr with codepen so we can see your page full view
  • is this the tribute page project? If so;
    • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>). Your page passes 1/10 user stories.
    • The test script should be included, with all tests passing, when you submit your project.
  • 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 navbar items do not link properly
  • Run your HTML code through the W3C validator.
    • There are errors you need to clean up
  • Utilize the DRY (Don’t Repeat Yourself) principle. There are multiple paragraphs that are the same. Then can have the same class and then you’d only have to call it. (It’s an id that must be unique in a document)
  • You have this unclosed string multiple times;
    font-family: Lucida Sans Unicode", "Lucida Grande", sans-serif;
  • Need to work on making the page responsive.

Thank you so much for you’re feedback much appreciated.
I know I have a lot of work to do , currently learning how to make pages responsive.
Hoping to do better next time .

:slight_smile: