I can’t pass the test and make the " <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size."
I am using
img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
But it doesn’t work
Here is my code: https://codepen.io/augustin16/pen/jOBrrWe
I would highly appreciate the help!