Revamp snippet descriptions
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user