List Style Image Size Code Example


Example 1: css list style url siz


li{
list-style: none;
}
li:before{
content: '';
display: inline-block;
height: y;
width: x;
background-image: url();
}

Example 2: list-style-image size


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

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools