/ Published in: CSS
Painting the first item fuchsia and the rest black.
Expand |
Embed | Plain Text
ul li:first-child { color: fuchsia; } ul li:first-child * { color: black; } ul li ul li:first-child { color: black; }
You need to login to post a comment.
