Aplicar CSS no último filho do pai div
.parent > *:last-child {
background-color: red;
}
Bewildered Booby
.parent > *:last-child {
background-color: red;
}