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