I’ve got this step right. But, I only got it via trial and error.
Why would I put the property as auto if I want it to be horizontal?
Maybe I’m over-thinking it. Not sure if it’s super clear in step’s question, lol.
Thank you.
# Step 90Passed
The image you added is not centered horizontally like the Coffee heading above it. img elements are “like” inline elements.
To make the image behave like heading elements (which are block-level), create an img type selector and use the value block for the display property and use the applicable margin-left and margin-right values to center it horizontally.