0
Como hacer viƱetas personalizadas en listas./How to make custom bullets in lists.
AquĆ les dejo un cĆ³digo simple para hacer viƱetas personalizadas en listas. Here is a simple code for custom bullets in lists. https://code.sololearn.com/WHJ6ioRp9cbp/?ref=app
1 Answer
+ 3
ul { list-style-type: "š " }
IF YOU WANT TO USE A CUSTOM IMAGE/GIF
ul{ list-style: url("yourImage.gif") inside; }
more info here:
https://www.w3.org/wiki/CSS/Properties/list-style