Includes a listing of MDN links to some of the more "sticky" CSS functionality. Does not include experimental functionality.
Overview
- Type -
h1 {} - Universal -
* {} - Class -
.box {} - id -
#unique {} - Attribute -
a[title] { } - Pseudo-class -
p:first-child { } - Pseudo-element -
p::first-line { } - Descendant combinator -
article p - Child combinator -
article > p - Adjacent sibling combinator -
h1 + p - General sibling combinator -
h1 ~ p
Data Attributes ▲
data-