Your img element should have the class smaller-image
Your image should be 100 pixels wide. Browser zoom should be at 100%.
I checked with the engineers I worked with (I am a project manager for technical projects) and they said my code is correct so I am not sure if this is a bug with the system.
I am not sure what I specifically did wrong. Would love to hear feedback from anyone as my teacher here.
Hi, I just did that challenge the other day. After looking at your code, I noticed that you didn’t match the name of the class EXACTLY to it’s declaration in style sheet. Specifically, you omitted the ‘-’. Without it, you are referring to 2 classes, one named “smaller” and the other “image”.