Please help review my project if there’s anything that I’ve missed. Thanks in advance.
Please include the test when asking for help with the challenge projects. You are not passing all the tests.
4. Within the "img-div" element, I should see an <img> element with a corresponding id="image".
You have this id id="img"
on the image.
7. I should see an <a> element with a corresponding id="tribute-link", which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target and set it to "_blank" in order for your link to open in a new tab (i.e. target="_blank").
You do not have a link at all on the page
1. The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.
If you fix test 4 one of the image test errors will go away. Next, read this challenge again and implement the CSS from it.