rafaelmaeuer
12/22/2017 - 7:32 PM

CSS :nth-of-type() Selector

p:nth-of-type(2) {
    background: red;
}