Responsive image for Tribute Page

Tell us what’s happening:
My responsive image for the tribute page is not working, I have looked at the test information however that fails to help me so please respond and help me as I have tried many things and it’s just not working.
I have linked to the code.

See the Pen Tribute Page

THANK YOU

Looks like you resolved your issue. I see all tests passing.
Couple of things I did notice;

  • <p1> and <p2> These are not valid tags. There is only <p>
  • The <center> tag is not supported in HTML5. Use CSS
1 Like