Hi everyone! I’m doing my first ever development project - the tribute page - and I can’t figure out why I’m only getting 9/10. The feedback says that I haven’t given my image “responsive size” property, but I feel like I have as it does seem to resize when I change the size of the display. Can anyone please tell me what I’ve done wrong??
I suggest you use the Auto-format tool that CodePen has. It will help you find errors in your code, by making your code neater. CodePen also has a code analyser to help point out mistakes. One being img elements do not have closing tags, in HTML.