Tribute Page - responsive image

It seems that I’m making a lot of mistakes trying to finish the Tribute challenge.
I would really appreciate it if you guys take a look at my code and give me an advice on what to do or what to change.
here is the link to my page : https://codepen.io/haldolaay/pen/QBZdmY

It looks pretty good!

Only thing I would change is make the page not so squashed together. I would increase the font-size and try to increase padding sizes on your blocks.

Also to pass your failing test, Take a look at the log it generates, this is helpful. It basically tells you to change display of your image to block.

AssertionError: Use the “display” style property with a value of “block” forresponsive images.: expected ‘inline’ to equal ‘block’

thank you so much for the tips, i will do that as soon as i can .