Files
30-seconds-of-code/glossary/Selector.md
2019-08-13 11:19:29 +03:00

8 lines
264 B
Markdown

---
title: Selector
tags: Selector
---
A CSS selector is a pattern that is used to select and/or style one or more elements in a document, based on certain rules.
The order in which CSS selectors apply styles to elements is based on the rules of CSS specificity.