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