Help user#9 cant get to pass

https://codepen.io/tarkus1423/pen/jOBEGYO cant get to pass the last test user #9. Can someone see what Im missing-thanks

Hello and welcome.
You need to center the image to pass the test.
Here is a possible solution of centering the image:

#image {
 max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

BINGO-thank you so much!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.