About the tribute page

Hey campers!
I was trying to duplicate the tribute page in the example of the challenge, but I don’t get why my image for example doesn’t align in the center of the page,even if I gave it the correct bootstrap class.What am I doing wrong here?
Thank you for your help,have an amazing weekend!

Marco

You were using Bootstrap 4 in your code. Try switching to Bootstrap 3 then remove the <div> with the col-md-offset-2 class. That should center your content.