The <img> element should be centered within its parent element? (tribute page)

Any tips? I am stuck.

It’s becase your images container is #img-div which contains all other elements therefore making it hard to center your image inside of it.

I would create separate divs just to wrap each of your images which will make images centered in parent container easier.

When i tried to close the div and make separate ones I lost all the content beneath them. Can you maybe give me an example?