Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with CSS Nesting
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - What is Nesting?
- 3 - Descendant selectors and nesting multiple levels deep
- 4 - The ampersand / nesting selector
- 5 - When do we need to use &?
- 6 - What we can’t use & for
- 7 - Creating compound selectors
- 8 - using & for hover and focus
- 9 - using & with not
- 10 - Using the & after another selector
- 11 - Nested media queries
- 12 - Nesting can change the order of your declarations
- 13 - Specificity with nesting
- 14 - Readability and searchability of your code base
- 15 - Browser support