Please i need help with this my code is correct and my browser zoom is set at 100% but i can't pass the challenge

You have a semicolon in front of the selector

.smaller-image; { /* <-- remove the semicolon */
  width:100px;
  height:auto;
}

Also use the code formating when posting code.

1 Like