Estilo CSS Nth Child além do determinado número
li:nth-child(n+6) {
color: green;
}
Exuberant Eagle
li:nth-child(n+6) {
color: green;
}