I'm new at coding and I'm confused to what I did wrong. Any solutions?

.red-text {
color: red;
}

h2 {
font-family: Lobster, Monospace;
}

.smaller-image {
width: 100px;
}

p {
font-size: 16px;
font-family: Monospace;
}

CatPhotoApp

A cute orange cat lying on its back.

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

Sorry i forgot to say that my problem was that I can’t get the image to reduce to 100px no matter what I try.

Never mind. I actually took this course before and was farther ahead than I am now so I can continue from where I was before. Despite that the code is still exactly the same in the new and old classes I took and it still wouldn’t change the size of the image in the new one I was taking. I don’t know if this is a bug or I am just blind lol.

I can’t see your html, but are you putting .smaller-image as a class after img? Like this: <img class=“smaller-image” href…