SyntaxFix
Write A Post
Hire A Developer
Questions
2015 Answer: CSS last-of-type allows you to style the last item.
ul li:last-of-type { color: red; }