i have made the tribute page it has passed all the test also.
but the problem is the image is very big how to make it smaller while mantaining the img-responsiveness
and the link to my project is here- https://codepen.io/snc18g/pen/gqRXLo?editors=1100
Play about with max-width: XXXpx
in either img-div
or img-div img
That will give you a more responsive image.
thnx for your kind suggestion