Tribute Page Help me! I can't move forward

Please help me on my tribute page. I’m stuck, i kept getting error " The element should responsively resize, relative to the width of its parent element, without exceeding its original size."

Please check

https://codepen.io/Joemski2018/pen/mGoNJX

Guys your feedback will be very much appreciated. Thank you.

Pretty good!

make sure your img has property of display:block;

1 Like

Hi Phil, thank you for your immediate feedback. This is what make confuse right now, bcuz when i tried to put display: block on my all of img it will gave me additional error “The element should be centered within its parent element.” This was what i’m confused of and stuck with this problem. :frowning: i’m just new and my codes were not yet so organized.

Hi joe, I have faced a same problem during developing my tribute page. you have to define width and height values in order to center an image.

Try to use this with display: block ;

width: 100%;
height: auto;

you can also check my tribute page i have just finished it ;

1 Like

Hi Mkarinca, thanks a lot. You’re great dude. I did adjustment in my second image and boom…it passed… thanks a lot… :slight_smile:

My updated tribute page. Thanks a lot guys, phil and mkarinca…