📝 Edit page
➕ Add page
Overview
Selectors target some bit of your document that is in a certain state, behaving as if you had added a class into your HTML.
Syntax
selector::pseudo-element {
property: value;
}