Update disable-selection.md

This commit is contained in:
atomiks
2018-02-28 21:57:20 +10:00
committed by GitHub
parent 659b871920
commit 94d4ef171f

View File

@ -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