Posts by Jhony Souza • 1 point
1 post
-
-2
votes1
answer33
viewsA: How to put CSS in more than one LI (list/html)
You can customize this way also in css by inserting the image for each li an image: li{ list-style: none; } ul li:nth-child(1)::before{ content: ''; display: inline-block; height: 25px; width: 25px;…