PSEUDO-CLASSES
Pseudo-Classes are selectors that permit selection based on information outside of the document tree.
SYNTAX
selector:pseudo-class {
property: value;
}
Pseudo-Classes are selectors that permit selection based on information outside of the document tree.
selector:pseudo-class {
property: value;
}