take last child css code example
Example 1: css last child
li:last-child {
background-color: lime;
}
Example 2: css selector last child
li:last-child {
background-color: lime;
}
li:last-child {
background-color: lime;
}
li:last-child {
background-color: lime;
}