I was wondering if I can get some help regarding the fulfilment of the user stories?
For some reason the test won’t pass my code because it doesn’t recognise my #image selector. I have ran my eyes over it over and over again, tested it for validity in codepen and there were no errors whatsoever.
As pointed out by @tioung you must have forgot to link the css to the html file.
Codepen automatically links the css for you.
You can link the css file by using the link element.
Sample usage of link element :