Change styles of First/Last Elements in CSS

Sometimes it’s desirable to change a style of the first and/or last elements in a container. You can do this by manually applying classes to your HTML elements: (“last-child” still not supported in IE8).