.container
h2 title 1
p Lorem ipsum dolor sit amet.
h2 title 2
p Lorem ipsum dolor sit amet.
h2 title 3
p Lorem ipsum dolor sit amet.
h2 title 4
p Lorem ipsum dolor sit amet.
h2 title 5
p Lorem ipsum dolor sit amet.
View Compiled
.container :nth-of-type(2),
.container :nth-of-type(4),
.container :nth-of-type(5) {
background-color: #469924;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.