Target Selectors
Description:
Target selectors are used to add effects to some elements on event of another element:
selector:active => selector {
property: value;
}
Target Selectors:
| Selector | Description |
|---|---|
| => | Applies properties to all matching elements. |
| -> | Applies properties to an element matching the same element number. |
