User Story #9: The img element should be centered within its parent element.
"i do not understand what this #9 means>>??
Here is my codepen : https://codepen.io/Dehna/pen/MWpOGLo
"i passed 9/10 of the challenge but there is 1/10 i can’t find it PLEASE HELP!
@Dehna, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
The failing message says
The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.
Use the "display" style property with a value of "block" for responsive images.: expected 'inline' to equal 'block'
AssertionError: Use the "display" style property with a value of "block" for responsive images.: expected 'inline' to equal 'block'