How to change list-style-image size? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to change list-style-image size?

I was making a list and I wanted to add the pic of arrow as a list item marker, so I copied an image url from Google image but the original size of the image is very large and now I want to adjust the size. Is it possible?? I have no idea thank you

13th Jan 2018, 5:07 PM
Roni Dey
Roni Dey - avatar
1 Answer
+ 2
Resizing list-style-image is not possible, but you can workaround by using background-image instead: https://code.sololearn.com/W6sZLcVfq20f/#html
13th Jan 2018, 5:41 PM
visph
visph - avatar