Any help with this would be much appreciated and any other general advice as to how to improve my tribute page would be really useful. (This is my first attempt at building a web page so don’t be too mean ) Thank you!!
User Story #4: Within the img-div element, I should see an img element with a corresponding id="image" .
the test is checking if #image, an id, is responsive. you are setting .img, an unassigned class, to be responsive.
NOTE: i was trying to figure out how your images were responsive when the style declaration for .img will do nothing as that class is not implemented in your html. but now i see you are using bootstrap. if you do not use bootstrap then you should be able to easily identify why your code is not passing the test.