You have targeted img with many selectors, although only the last one will have an impact.
That last selector img .image doesn’t contain the required properties and values. Delete everything in css and try to add the following:
This is not a valid img element. Omitting the “src” attribute is not valid, but it will work. On the other hand, you have two times the same targeted element again. The height property also is missing.
Read again the post above:
Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.
The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.
Thank you.
Also on the forum people don’t give out solutions to coding problems as long term this doesn’t help people learn. Instead it is better to guide people to work out the solution themselves.