Problems with my code - beginer-

Tell us what’s happening:

i do not know why there still appearing the same error…
the challenge is very simple… just put the height and width 100px values.

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/80.0.3987.163 Safari/537.36.

Challenge: Use a Retina Image for Higher Resolution Displays

Link to the challenge:

What error does appear excatlly?
Also I did run your code for me it passes.
Try open another window in incognito mode and see if it works there

1 Like

img{
height: 100px;
width: 100px;
}

This works perfectly, and it’s same as yours. Retry the challenge.

1 Like