treehouse : what would you like to learn today?
Web Design Web Development iOS Development

List-Style Images

  • Is it possible to change the list-style-image of an individual list item without affecting the entire list? If so, how? Any help is appreciated. Thanks.
  • Yes you can. Just by giving that individual list item a class (or an id) and say in the css "list-style-image: url();"

    You can try it out here.