Responsive Wwb Design not running

Tell us what’s happening:
The code seems perfect but its not running

Your code so far


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

img {
max-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, michael.

Your code passes the tests for me. So, either try the challenge in a different browser (Chrome is the recommended browser), or there could be some conflict with your browser zoom/extensions. Set zoom to 100%, and make sure there are no extensions affecting the tests.

Hope this helps