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 Respuesta
+ 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