Hi everyone!, I am following the CSS tutorial, on the “Basic CSS: Size Your Images” I try to create a class called smaller-image
and use it to resize the image so that it’s only 100 pixels wide. Although it is recommended to leave the zoom at 100 percent in the browser I can’t manage to pass the lessons, even leaving the zoom in my browser at 100%, any hints?
Welcome, Gavcor.
It would be a lot easier to help you, if you could paste your code into the browser. The easiest way to do this is to click the “Get Help” button on the lesson itself, but seeing as you already have this topic on the forum, could you paste your code, using this styling approach: Forum Code Formatting
The more information you give us, the better we can help you.
Hello Sky020, I just figured it out, I forgot to add the class to the image!!!..
<a href="#"><img class="smaller-image"src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
Thanks for your support, and great stuff on “Fórum Code Formatting”.