/ 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.
