diff --git a/snippets/disable-selection.md b/snippets/disable-selection.md new file mode 100644 index 000000000..d39f99d53 --- /dev/null +++ b/snippets/disable-selection.md @@ -0,0 +1,50 @@ +### Disable Selection + +Makes the content unselectable. + +#### HTML + +```html +
You can't select me!
+You can select me!!
+You can't select me!
+You can select me!!
+