article:first-child {
//code
}

article:last-child {
//code
}

article:nth-child([index of element]) {
//code
}