Tribute Page: Agent Maggie / Issue with #image

Hello & thank you,

Source: https://codepen.io/Calerid/pen/qBabMjK

I have created a decent tribute page I feel like. The issue is that the test keeps registering the image as an inline block and not a block, even with the display property set to block. I have tried setting it to block on the img, and it’s container. Both at the same time, and one at a time.

The test keeps failing. The image is indeed responsive and scales to the size of the container. So I feel like it’s more of a “want” for it to pass the test than an actual issue of it truly scaling. Anyways, any help figuring this out would be much appreciated!

Thank you again :slight_smile:

Hi @Calerid!

In order to pass the test you do need to set the image to block and center it using the margin property.

2 Likes