Curricular topic error or just a code error. Please help!

Tell us what’s happening:
Can someone help me verify this topic on the curriculum.
It seems that I missed some line of code or it is just a topic bug. Every time that I submit the code it says that I am having an error on the “.responsive-img class” where I inputted the max-width and suggested that I am missing it. Please help!

Your code so far


<style>
.responsive-img {
max-width: 100%;
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.18363.

Challenge: Make an Image Responsive

Link to the challenge:

Are you using Chrome? Try using IE for this question. I think I ran into this problem before, and it might be because of the browser or zoom-in.

No I am currently using IE, I’ll try it on Chrome. thanks for the response hope this helps!

Thank you! this works like a charm, although I do need to change browsers from IE to Chrome.

chrome work the best with freecodecamp?

Just to avoid this kinds of error, Yeah! Chrome is better.