If you would like to configure an unordered list to use a picture as the icon or bullet point code example
Example: css custom bullet list
ul {
list-style-image: url('CoolKat.gif');
}
ul {
list-style-image: url('CoolKat.gif');
}