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