child property in css code example
Example: css nth child
:nth-child(3) { //the number is the child number you are targeting
//styles here
}
:nth-child(3) { //the number is the child number you are targeting
//styles here
}