TARGET
The target pseudo-class matches the document's target elements.
SYNTAX
selector:target {
property: value;
}
The target pseudo-class matches the document's target elements.
selector:target {
property: value;
}