🗃️ Simple Selectors
5 items
📄️ Attribute Selectors
Grouping selectors with attribute selectors in CSS allows you to apply the same styles to multiple selectors based on their attributes.
🗃️ Combinator Selectors
4 items
📄️ Compound Selectors
Compound selectors are used to select elements based on multiple conditions.
📄️ Pseudo-Elements Selectors
Pseudo-elements selectors are used to style parts of an element that are not part of the document tree.
📄️ Pseudo-Class Selectors
Pseudo-class selectors are used to style elements based on their state or position in the document.