back
Code
CSS
HTML
Web

p:nth-child(2){
color:red;
}

/* This CSS will turn any paragraph that is the 2nd child of its container, red */