The only thread you need to learn about CSS Selectors.
A Mega Thread π§΅
π CSS, selectors are used to target the HTML elements on our web pages that we want to style. There are a wide variety of CSS selectors available, allowing for fine-grained precision when selecting elements to style.
π A selector is the first part of a CSS Rule. Typically a pattern or term decides which HTML element it needs to select. The Elements that are selected are called subjects of the selector.