Responsive Web Design challenge: Image Responsive

Tell us what’s happening:
I’ve entered the code exactly as is needed to complete this challenge. I am unsure why it isn’t responding correctly. I even checked it against the video and the help guide.

Your code so far


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

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/64.0.3282.140 Safari/537.36 Edge/17.17134.

Challenge: Make an Image Responsive

Link to the challenge:

Welcome to the forum @kaley.keane : :smiley: :smiley: :smiley: :smiley:

I ran your code and everything is OK with it.

Reset the lesson and paste your code again.