Coloured (Colored) Bullet Points for CSS Lists


/ Published in: CSS
Save to your folder(s)

Enables you customise the colour of your <li> bullet points.


Copy this code and paste it in your HTML
  1. CSS:
  2.  
  3. li { color: #C00; }
  4. li span { color: #0C0; }
  5.  
  6.  
  7. HTML
  8.  
  9. <ul>
  10. <li><span>List Item</span></li>
  11. </ul>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.