Use Attribute Selectors to Style Elements help

If you haven’t solved yet after two months… i see this problem,

  .smaller-image {
    width: 100px;
  }
 
 }

An extra closing curly brace, removing that might help
then add the checkbox style

[type='checkbox'] {
margin: 10px 0px 15px 0px;
}

Thanks a ton!!!

I was wondering why even

[type=‘checkbox’] {
margin: 10px 0px 15px 0px;
}

cannot work.

You just save me!!!

you move it to the top behind tag style . it will work.