Header

Syntax

Selectors in CSS are patterns used to select the HTML elements you want to style.

Universal Selector

Element / Name Selector

Class Selector

ID Selector

Attribute Selector

Pseudo-class Selector

Pseudo-element Selector

Descendant Selector

Child Selector

Adjacent Sibling Selector

General Sibling Selector

Footer