Question in "Build a Tribute Page"

Hi, guys

I’m working on “Build a Tribute Page”, and here’s mine:

https://codepen.io/zongwang/full/KZPgxw/

I don’t know how to move the image to the center of the row. Any hint?

Thanks.

Zong

Hi there

I had the very same problem.
Try using the property ‘margin’ in CSS and then selecting with it

for example:
CSS code:

img {
margin: 25%;
}

hope this helps

Hi, Sparky

Thanks for the suggestion. This is a nice way to resolve the problem.

As in the video introduction of this project, the instructor specifically asked not to use CSS to control the page, I would like to know if any other solution that just use HTML to achieve the same target.

BR

Zong