- ID, e.g.
#header - Class, e.g.
.promo - Type, e.g.
div - Adjacent sibling, e.g.
h2 + p - Child, e.g.
li > ul - Descendant, e.g.
ul a - Universal, i.e.
* - Attribute, e.g.
[type="text"] - Pseudo-classes/-elements, e.g.
a:hover
Created
May 23, 2021 20:26
-
-
Save frankyonnetti/841c58fd83a1abe7b6c4b1d37d1a8148 to your computer and use it in GitHub Desktop.
CSS - selector performance #css
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment