/ Published in: CSS
Enables you customise the colour of your
Expand |
Embed | Plain Text
CSS: li { color: #C00; } li span { color: #0C0; } HTML <ul> <li><span>List Item</span></li> </ul>
You need to login to post a comment.
nostradamuszen on 08/10/09
css php list point colour color bullet
1 person have marked this snippet as a favorite
Enables you customise the colour of your
CSS: li { color: #C00; } li span { color: #0C0; } HTML <ul> <li><span>List Item</span></li> </ul>
You need to login to post a comment.