back
Code
CSS
HTML
Web

p:nth-last-of-type(2){
color:red;
}
/* This CSS will colour the second last paragraph red */