Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css list style url siz

li{
   list-style: none;
}
li:before{
   content: '';
   display: inline-block;
   height: y;
   width: x;
   background-image: url();
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #list #style #url #siz
ADD COMMENT
Topic
Name
5+3 =