I\'m probably answering my own question, but I\'m extremely curious.
I know that CSS can select individual children of a parent, but is there support to style the ch
No, there is nothing like this in CSS. You can, however, use JavaScript to calculate the number of children and apply styles.