[Project] Build a Tribute Page
Project
Build a Tribute Page
https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-tribute-page
https://codepen.io/wincooo/pen/OJQMdjJ
solution for
"The <img> element should be centered within its parent element."
in CSS
display:block; margin:auto
then image is going to be centered.