Build a Tribute Page _Responsive Resize

Hi guys, I have a slight issue with my tribute page not being able to pass the responsive resize of the image element test. I thought I understood the lesson on responsive resizing and also using media queries but no matter what I have tried so far just does not work at all. The link to the project:

Any sort of guidance or info on where I am going wrong will be of great help to me, thanks!

Link to the challenge:

Hello
add this three line to your #image

  margin-right: auto;
  margin-left: auto;
  display: block;
1 Like

Thank you soooooo much! It’s has finally passed!

you are welcome Camper