When I test your code in codepen, I am getting 9/10.
When a test is failing make sure to click on the red test button and read the full error message.
The error message tells you what is missing.
Use the “display” style property with a value of “block” for responsive images.: expected ‘inline’ to equal ‘block’
When I make that change then it passes for me.
Also, as a sidenote, you shouldn’t use style tags.
Now that you are building projects, you should get used to seperating your html and css.
I would suggest moving your css to the css section in codepen.