modify style

master
MaysWind 2017-03-26 16:06:59 +08:00
parent 1268ff75e7
commit 12ff895230
1 changed files with 7 additions and 0 deletions

View File

@ -4,7 +4,14 @@
*/
/* basic */
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
-ms-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;