Tell us what’s happening:
So I’ve tried this challenge on 3 different devices and 3 different browsers ( Brave, Firefox and Safari) and nothing is working. I’ve tried typing in the code as well as copy & paste. Is it me or is it the solution?
Your code so far
<style>
.responsive-img {
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 (iPhone; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1
.
Challenge: Make an Image Responsive
Link to the challenge: