Most interesting tribute page in the world - Please Feeback & Help!

Hello,

being very very new to coding (started yesterday…)

I’m having a problem with my “Most interesting tribute page in the world”,

everything seems to be working well and responsive, except the picture in the middle that doesn’t seems to be responsive (If a drag window smaller the picture doesn’t shrink).

Link: https://codepen.io/mikebillion/pen/evJpPp?editors=1100

I someone could take a look and help me out it would mean a lot !

P.S. If you have any feedback/comment on this project, feel free to share it would be appreciated :wink:

Mike :metal:

I like the page and the humor.

Your problem with the image is strange. A way to fix it is to add the following to your css pane:

.img-responsive {
display: block;
max-width: 100%;
width: 100%;
height: auto;
}

I don’t know exactly why this works, but it comes from this Stackeroverflow discussion:

Hahah , thanks timsternation !

You were right the code you wrote in css fixted the problem :wink:

–> https://codepen.io/mikebillion/pen/RpaMEL?editors=1100

Thanks a lot for your help, this is still very new for me, so it’s really appreciated :+1: