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