Struggling With this CCS task but can't see what is wrong

Create a class called smaller-image and use it to resize the image so that it’s only 100 pixels wide.

1 Like

Please post your actual code instead of a picture. Also please post a link to the challenge you are working on. Thanks

1 Like

Hello @drewbowdenmedia ,

Basically, your selecter has a typo.

I think you have a typo in your internal CSS part. Just recheck how do we select classes in CSS and you will realize it in no time.

1 Like

bro you missed the selector identifier for class. If you want to identity a class name, it should start with a dot, “.” . And so, on your CSS, change it to “.smaller-image”. Don’t forget the dot.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.