Tribute page project : feedback please

i just complete the challenge to make a Tribute Page using the html and Css
please provide your important feedback
https://codepen.io/abhi302005/full/MWWYexM

Hi @abhi302005, Good job on page. The only thing you didn’t address was the <title> tag. But overall did a good job!

Prince Alarming

Hi @abhi302005, your page looks good. There are a few things you may want to revisit;

  • 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 ‘alt’ attribute is required for <img> elements
  • Use external CSS for styling instead of using inline CSS
  • Check responsiveness. Your title overlays itself on smaller screens

Thankyou for your feedback