Why am i still having it bad

i have checked,re-checked and cross check i still can’t find the problemOpera Snapshot_2020-10-12_225259_codepen.io

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.228.

Challenge: Build a Tribute Page

Link to the challenge:

please share the link to your project, it’s impossible to know what’s wrong from a screenshot

I’m sorry i don’t know how to do that

take the link from the url bar when you have the project open and paste it here

ok, first fork the pen to copy it to your account using the button in the bottom right corner

ok,i’ve done that so what next

is it something like this

click on the 8/10, you will see which tests are not passing and below it the error message with the reason it’s failing - note that there can be more than one reason, if you fix the thing and it still doesn’t pass look again at the error message, it may have changed


please check and tell me where i got it wrong

the last link is not your pen, it’s the link you gave before - this link is just an empty pen that nust contains the test suite

also, follow the instructions in the other post to see the tests output

I got the answer check the image element is having actually image element don’t have closing tags Screenshot 2020-10-13 183743

I don’t understand what you’re saying bro

@BigBabyBoy,
When a test fails, click the red button to see which test(s) are failing and text to help you correct the issue. In this case the failing test says;

  1. The <img> 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’

i used"max-width" property and set it to 100% but it is still the same outcome

You do not have a .img class on your image element. Either add that class to the element or use the element selector instead.