Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- :nth-child 8:00
- :nth-of-type 4:30
- :nth Pseudo-Class Challenge 2 objectives
- :nth Pseudo-Class Challenge - Pt. 2 1 objective
- :root and :target 5:12
- :not() – The Negation Pseudo-Class 4:46
- Pseudo-Elements - ::first-line and ::first-letter 5:00
- Pseudo-Elements - ::before and ::after 8:13
- The attr() CSS Function 6:32
- Pseudo-Elements Challenge 4 objectives
- Advanced Selectors Review 6 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
:nth-child is a powerful structural pseudo-class because it targets child elements based on any position inside a parent.
Quick Reference
Using :nth-child
This targets the even numbered li
elements in a parent:
li:nth-child(even) {
background: blue;
color: white;
}
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Roald Jurrian Kamman
Front End Web Development Techdegree Graduate 15,544 PointsI prefer just giving classes to specific elements in the HTML.
2 Answers
-
Robert O'Toole
6,366 Points2 Answers
-
mk37
10,271 Points2 Answers
-
babasariffodeen
6,475 Points2 Answers
-
gene c
13,630 PointsWhat is the difference between the CSS property background and background-color?
Posted by gene cgene c
13,630 Points1 Answer
-
Ivana Lescesen
19,442 Points3 Answers
-
Charlie Sattgast
7,205 Points3 Answers
-
Sean Flanagan
33,236 Points3 Answers
-
Göran Joelsson
11,710 Points2 Answers
-
Michael Trier-hofby
2,251 Points0 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up