+ 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
1 Resposta
+ 2
Resizing list-style-image is not possible, but you can workaround by using background-image instead:
https://code.sololearn.com/W6sZLcVfq20f/#html