Make an Image Responsive: need help

Tell us what’s happening:

Your code so far


<style>
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
</styl
<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/77.0.3865.90 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-principles/make-an-image-responsive

when i open the code it doesn’t show the img

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

<img src="https://s3.amazonaws.com/freecodecamp/FCCStickerPack.jpg" alt="freeCodeCamp stickers set">

just open up a diffrend browser reset the lesson and copy paste that it should pass then