css li first child second child up to 10 code example Example: select first 5 child css li:nth-child(-n+5) { color: green; }