You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
I'm using display: block; in my CSS. The picture is 100% wide and it's responsive, but I can't pass the test for the user stories n°8 :
User Story #8: The img element should responsively resize, relative to the width of its parent element, without exceeding its original size.
Unit Test Result :
Layout
The element should responsively resize, relative to the width of its parent element, without exceeding its original size. AssertionError: Use the "display" style property with a value of "block" forresponsive images.: expected 'inline' to equal 'block'
Hello !
I'm using
display: block;
in my CSS. The picture is 100% wide and it's responsive, but I can't pass the test for the user stories n°8 :User Story #8: The img element should responsively resize, relative to the width of its parent element, without exceeding its original size.
Unit Test Result :
Layout
https://codepen.io/Marie_cm/full/YjaVLj/
Thanks for your help 😀
The text was updated successfully, but these errors were encountered: