k9lnxe
1
Tell us what’s happening: Unable to move forward with this exercise!!
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/87.0.4280.88 Safari/537.36
.
Challenge: Use a Retina Image for Higher Resolution Displays
Link to the challenge:
Hi and welcome to the forum.
I believe you’re missing a ;
its executing without ; also
k9lnxe
4
Yes, I’ve tried the below as well:
img { height: 100px; width: 100px; }
k9lnxe
8
I don’t get it. I even input the exact solution per “Get a Hint”
k9lnxe
12
I tried using firefox instead of chrome and it worked for me
Thank you both!!
2 Likes