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