8 lines
264 B
Markdown
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.
|