How would you choose the 3rd last element in the list of 10 items css code example
Example: css last 3 childs
#something a:nth-last-child(-n+3) {
/*declarations*/
}
#something a:nth-last-child(-n+3) {
/*declarations*/
}