back
Code
CSS
HTML
Web

p:last-child{
color:green;
}

/* This CSS will turn all paragraphs that are the last child of their parent elements, green */