Tribute Page Help with Image editing

I’ve gotten most of my tests to pass, but I’m having trouble getting my image to change how i want it. All of my other elements work. I was wondering if anyone can see what I’m doing wrong with it, or if maybe someone has a different approach I can take. I just want to simply resize and center the image.

https://codepen.io/ashleym9192/pen/xoRYYB?editors=1100

Review <main>. Review <img>. No <style> in the css. You use justify-self: center; without flexbox. Review that. Sometimes tests can still pass with messed up code.

1 Like

Thank you, I believe taking the ‘style’ out of CSS helped.

1 Like