First off, what even is a parent element? tried looking it up online, and I’m not understanding.
I’m tryibng to build a survey page and keep getting an error message. Below are my code and the error message.
img {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
}
- The
element should responsively resize, relative to the width of its parent element, without exceeding its original size.
Try using the “max-width” style property : expected ‘none’ to not equal ‘none’
AssertionError: Try using the “max-width” style property : expected ‘none’ to not equal ‘none’