Answers for "how to use image as a list style in css"

CSS
0

ul list style type image

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

Code answers related to "how to use image as a list style in css"

Browse Popular Code Answers by Language