9/10 Tribute Page - HELP

Not sure why I can’t get test 9 and 10 to be right at the same time.

what am I doing wrong?

Try using (margin-right: auto;) & (margin-left: auto;) in your css code under the id tag img, this will align your your image as well as other elements you would like to be centered. You can have a look at my tribute page and compare if you need some help. Don’t forget to use the # before your id tag in css for your img-div as well. I hope this helps.

Thanks. Adding in the margins helped. Frustrated it was such a simple error that took so much time to try to figure out.