Update disable-selection.md
This commit is contained in:
@ -5,10 +5,8 @@ Makes the content unselectable.
|
||||
#### HTML
|
||||
|
||||
```html
|
||||
<div>
|
||||
<p>You can select me.</p>
|
||||
<p class="unselectable">You can't select me!</p>
|
||||
</div>
|
||||
<p>You can select me.</p>
|
||||
<p class="unselectable">You can't select me!</p>
|
||||
```
|
||||
|
||||
#### CSS
|
||||
|
||||
Reference in New Issue
Block a user