Tribute page challenge help!

I am passing 9/10 challenges and as far as I can see I am doing exactly what needs to be done to pass the thenth, but it still says 9/10. Please help me figure this out! Here is my code:

body { font-family: georgia; background-color: black; color: white; }

Betty White

photo of Betty White A photo of Betty White. She was one of the great television personalities of all time, with a career spanning more than fifty years in dozens of shows.

  • Betty White played Rose on The Golden Girls.
  • She played Sue Anne Nivens on The Mary Tyler Moore Show.
  • She was originally considered for the role of Blanche on The Golden Girls but she did not want to play it, because she felt it would be perceived as too similar to her role on Mary Tyler Moore.

Click here to read more about Betty White.

#img-caption {
width: 350px;
}
#tribute-info {
width: 350px;
}
#image {
max-width: 100%;
height: auto;
display: block;
}

Using Google Chrome.

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Hello @jumorris25,

Do you have a link to your project to do the test and see what the logs say?

@jumorris25, you should include a link to your live project so that we don’t have to copy/paste code.

When a test fails, click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The full failing test message reads;

The <img> element should be centered within its parent element.
Image is not centered: expected 0 to be close to 975.203125 +/- 11
AssertionError: Image is not centered: expected 0 to be close to 975.203125 +/- 11

To center an element horizontally, revisit this lesson

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