Completed
00:00 - Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
CSS :has() Selector - Beyond Parent Selection for Advanced Element Targeting
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Introduction
- 2 00:30 - basic usage
- 3 00:55 - select elements that come after
- 4 01:45 - select elements that come before another element
- 5 04:40 - select all the siblings of a given element
- 6 07:10 - counting how many children an element has
- 7 08:18 - bonus tip: nth-child of s along with :has