Revamp snippet descriptions

This commit is contained in:
Chalarangelo
2020-12-30 15:37:37 +02:00
parent 27bae0477f
commit 16a4e06e85
59 changed files with 341 additions and 302 deletions

View File

@ -5,8 +5,7 @@ tags: visual,beginner
Changes the styling of text selection.
- `::selection` defines a pseudo selector on an element to style text within it when selected. Note that if you don't combine any other selector your style will be applied at document root level, to any selectable element.
- Requires prefixes for full support and is not actually in any specification.
- Use the `::selection` pseudo-selector to style text within it when selected.
```html
<p class="custom-text-selection">Select some of this text.</p>