Could anyone please help me telling what I am doing wrong here?

Tell us what’s happening:

Your code so far


<style>
.responsive-img {
max-width: 100%;
display: block;
height: auto;
}

img {
width: 600px;
}
</style>

<img class="responsive-img" src="https://s3.amazonaws.com/freecodecamp/FCCStickerPack.jpg" alt="freeCodeCamp stickers set">
<img src="https://s3.amazonaws.com/freecodecamp/FCCStickerPack.jpg" alt="freeCodeCamp stickers set">

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362.

Challenge: Make an Image Responsive

Link to the challenge:

Welcome to the FCC forum.

Passes on my computer. What makes you think you are doing something wrong?

Your code is looking good. It passes for me too.
Could it be because of browser? Could you please try with a different one? Chrome or Firefox?

Thanks for your reply.
It seems okay to me too, I have tried running this test many times but it still doesn’t pass. So, I skipped it. :frowning:

Thank you for your reply and suggestion.
I also thought that it might be the browser or Internet connection, so I tried for several times. But it still doesn’t pass. It’s okay with other tests, but I don’t know why this is happening with this test. I will try using other browsers then, thank you again.