How to do this?

Tell us what’s happening:

Your code so far


<style>
.responsive-img {


}

img {
max-width: 100%;
}
</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:

you are supposed to make only the image with class -> responsive-img, responsive. so you are supposed to add the needed code in the specific class.