Answers for "list-style-image size"

CSS
1

css list style url siz

li{
   list-style: none;
}
li:before{
   content: '';
   display: inline-block;
   height: y;
   width: x;
   background-image: url();
}
Posted by: Guest on May-06-2020
-1

list-style-image size

li{
   list-style: none;
}
li:before{
   content: '';
   display: inline-block;
   height: 20px;
   width: 25px;
   background-image: url();
   margin-right:5px;
}
Posted by: Guest on January-18-2021
1

css list style url siz

li{
   list-style: none;
}
li:before{
   content: '';
   display: inline-block;
   height: y;
   width: x;
   background-image: url();
}
Posted by: Guest on May-06-2020
-1

list-style-image size

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

Browse Popular Code Answers by Language