##CSS Selectors##
-
- E
- E F
- E > F
- .class
- #id
- :first-child
- :last-child
- :nth-child
- :not()
- [attribute]
- [attribute="value"]
- [attribute^="value"]
- [attribute$="value"]
- [attribute*="value"]
- [attribute|="value"]
- [attribute~="value"]
- [attribute!="value"]
| Name | Name | Last commit date | ||
|---|---|---|---|---|