select last parent css code example Example: apply css on last child in parent div .parent > *:last-child { background-color: red; }