CSS3 selector to find the 2nd div of the same class March 1, 2023 by Tarik Selectors can be combined: .bar:nth-child(2) means “thing that has class bar” that is also the 2nd child.