mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 00:13:01 +03:00
unselectable page (no need to select smth rn)
This commit is contained in:
parent
3c5810ff15
commit
e45456bbc6
2 changed files with 24 additions and 0 deletions
12
404.html
12
404.html
|
@ -11,6 +11,18 @@
|
|||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
margin: 0;
|
||||
-webkit-touch-callout: none;
|
||||
/* iOS Safari */
|
||||
-webkit-user-select: none;
|
||||
/* Chrome/Safari/Opera */
|
||||
-khtml-user-select: none;
|
||||
/* Konqueror */
|
||||
-moz-user-select: none;
|
||||
/* Firefox */
|
||||
-ms-user-select: none;
|
||||
/* Internet Explorer/Edge */
|
||||
user-select: none;
|
||||
/* Non-prefixed version, currently not supported by any browser */
|
||||
}
|
||||
|
||||
.center {
|
||||
|
|
12
index.html
12
index.html
|
@ -11,6 +11,18 @@
|
|||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
margin: 0;
|
||||
-webkit-touch-callout: none;
|
||||
/* iOS Safari */
|
||||
-webkit-user-select: none;
|
||||
/* Chrome/Safari/Opera */
|
||||
-khtml-user-select: none;
|
||||
/* Konqueror */
|
||||
-moz-user-select: none;
|
||||
/* Firefox */
|
||||
-ms-user-select: none;
|
||||
/* Internet Explorer/Edge */
|
||||
user-select: none;
|
||||
/* Non-prefixed version, currently not supported by any browser */
|
||||
}
|
||||
|
||||
.center {
|
||||
|
|
Loading…
Reference in a new issue