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,8 @@ tags: interactivity,beginner
Makes the content unselectable.
- `user-select: none` specifies that the text cannot be selected.
- This is not a secure method to prevent users from copying content.
- Use `user-select: none` to make the content of the element not selectable.
- **Note:** This is not a secure method to prevent users from copying content.
```html
<p>You can select me.</p>