Tribute page on cricketer rohit Sharma feedback please

Tribute page about cricket player rohit sharma.I have linked my project down below.Please tell me how it is. Thank you!

https://pitstop260.github.io/freecodecamp1/

You should make the title something relatable to the post. People cannot click on the link when it’s a title.

Your tribute page looks good @akshaykoti16. Some things to revisit;

  • Run your HTML code through the W3C validator (linked previously)
    • There are HTML coding errors you should be aware of and address.
  • Don’t use <br> to force line breaks or spacing. That’s what CSS is for.
    • This is in addition to where the W3C validator shows you where it’s not allowed. Don’t use it for line breaks or spacing either.
  • Make the page responsive. On smaller screens there’s a horizontal scrollbar. Content falls out of the container.

Thank you i changed the title , I will run the code on W3C and make the neccessary changes.

But on my browser and on my mobile phone the page is responsive because I have added media queries with max width 480px. What might have went wrong? Shall I link my css here? So that you can look it up.

I can see your CSS. Attaching a screenshot of what I see when minimizing my browser. One issue may be that the video is too wide on a smaller screen. Note also that the stats is unreadable.