Do anyone wnows how to go trough the lesson when they say that the browser zoom need to be at 100% ? I have 100% and its still not leting me go trough this lesson .Its about .:
Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge.
bro you create a class .smaller-image{ width: 100px;} inside the style element and then this class use in img element. If you don’t understnad what i’m saying so don’t worry i see you code below:
.smaller-image{
width: 100px;
}
<a href="#"><img src=“https://bit.ly/fcc-relaxing-cat” alt=“A cute orange cat lying on its back.” class=“smaller-image”></a>