Answers for "list style image css"

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
0

ul list style type image

ul {
  list-style-image: url('sqpurple.gif');
}
Posted by: Guest on December-03-2020

Browse Popular Code Answers by Language