I\'m trying to set custom SVG icons with CSS on a \'s list items. Example:
I achieved it by placing the image tag before the li's:
HTML
CSS
.listImage{ float:left; margin:2px; width:25px } .li{ margin-left:29px; }