list style image size in css code example
Example: list-style-image size
li{
list-style: none;
}
li:before{
content: '';
display: inline-block;
height: 20px;
width: 25px;
background-image: url();
margin-right:5px;
}
li{
list-style: none;
}
li:before{
content: '';
display: inline-block;
height: 20px;
width: 25px;
background-image: url();
margin-right:5px;
}