modify style
This commit is contained in:
parent
1268ff75e7
commit
12ff895230
|
@ -4,7 +4,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* basic */
|
/* basic */
|
||||||
|
html {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
|
Reference in a new issue