Attached is the link to the codepen. Please let me know where is the error! Thanks a lot!
Your page is good but Image is not showing up ,change the url.
The first layout test requires you to set a property of display: block
on the images. You can see the error message by pressing the test button.
AssertionError: Use the "display" style property with a value of "block" for responsive images.: expected 'inline' to equal 'block'
Once you do that, be sure to center the image to have the second layout test pass.
3 Likes
thanks a lot!
1 Like