Use a Retina Image for Higher Displays

Tell us what’s happening:
the challenge has asked me to half the width and height to 100 pixels. this is my working out… as far as i can tell its correct?

Your code so far


<style>
  img { height: 100px; 
  width: 100px; }
</style>

<img src="https://s3.amazonaws.com/freecodecamp/FCCStickers-CamperBot200x200.jpg" alt="freeCodeCamp sticker that says 'Because CamperBot Cares'">

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays/

That code should pass (though a bit unconventional). If it’s not passing try clearing the browser cache or try a different browser.