its keep saying im wrong can someone help :
MY CODE:
<style>
.responsive-img {
max-width: 100%;
display: block;
height: auto;
}
</style>
<img src="https://s3.amazonaws.com/freecodecamp/FCCStickerPack.jpg" alt="freeCodeCamp stickers set">
`
```html
<style>
.responsive-img {
max-width: 100%;
display: block;
height: auto;
}
</style>
<img src="https://s3.amazonaws.com/freecodecamp/FCCStickerPack.jpg" alt="freeCodeCamp stickers set">
My browser info:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13020.87.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.119 Safari/537.36
.
Challenge: Make an Image Responsive
link to challenge: CLICK THIS
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).
Hello~!
It looks like you have made additional modifications to the code outside of what the challenge instructions ask. I recommend hitting the “Reset All Code” button, then the “Reset This Lesson” button. This will allow you to start fresh; you will want to change ONLY what the lesson asks you to change.