/ Published in: CSS
Enables you customise the colour of your <li> bullet points.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
CSS: li { color: #C00; } li span { color: #0C0; } HTML <ul> <li><span>List Item</span></li> </ul>