Tribute Page - Build a Tribute Page

Tell us what’s happening:

one of the tests is to to center the #image within its parent, which i did by:
display: flex;
justify-content: center;
align-items: center;
and it works in the preview, yet the test is till showing an x. I dont understand why its not working

Your code so far

<!-- file: index.html -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

Challenge Information:

Tribute Page - Build a Tribute Page

a common issue here is the border and padding, do you have set them? maybe try to remove them. Otherwise you will need to share your code

yes, i had a border on the image that was messing with it, thank you.