Ver código fonte

now disables selection and hides the cursor

master
mort 8 anos atrás
pai
commit
6dd8fb81e0
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7
    0
      index.html

+ 7
- 0
index.html Ver arquivo

@@ -5,6 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Slides</title>
<style>
* {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: none;
}
html, body {
margin: 0px;
padding: 0px;

Carregando…
Cancelar
Salvar