My first time ever build something (Tribute page)

Hello need feedback on my first ever crapy project :sweat_smile:

https://codepen.io/DeBlueMaan/pen/ExVjKmR

1 Like

Your page looks okay @thepannu786. Some things to revisit;
Run your HTML code through the W3C validator.

  • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • There are errors in your code you should clean up
  • Make your page responsive. The tribute items fall out of the container on smaller screens.
  • 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.
    • The HTML one misses things which is why I recommend the W3C validator.
    • Use the CSS one. You have a typo that affects how your page displays.
1 Like

It’s a spanker there :sweat_smile:
Nice one
Am new in the block too

1 Like

We can do this mate. Which project are you doing nowadays?

Hey Roma thanks for the feedback.