How to make this page responsive?

How can I make this tribute page responsive ( I am Kinda new ) , I already applied media queries still can’t pass that last test of FCC Tribute Page.
Link to my code: https://codepen.io/shvmsaini/pen/mjVZmq?editors=1000

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-tribute-page

Well your page is already responsive. If you read the failed test, you’ll see that it is asking you set a max-width on your image CSS. I would suggest doing this both in and out of the media query.

1 Like