typo
This commit is contained in:
@@ -13,12 +13,13 @@
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
text-shadow: 0 0 5px #000;
|
text-shadow: 0 0 5px #000;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
cursor: default;
|
||||||
-webkit-animation-name: leaf-fall, leaf-shake;
|
-webkit-animation-name: leaf-fall, leaf-shake;
|
||||||
-webkit-animation-duration: 7s, 3s;
|
-webkit-animation-duration: 7s, 3s;
|
||||||
-webkit-animation-timing-function: linear, ease-in-out;
|
-webkit-animation-timing-function: linear, ease-in-out;
|
||||||
-webkit-animation-iteration-count: infinite, infinite;
|
-webkit-animation-iteration-count: infinite, infinite;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
cursor: default;
|
|
||||||
animation-name: leaf-fall, leaf-shake;
|
animation-name: leaf-fall, leaf-shake;
|
||||||
animation-duration: 7s, 3s;
|
animation-duration: 7s, 3s;
|
||||||
animation-timing-function: linear, ease-in-out;
|
animation-timing-function: linear, ease-in-out;
|
||||||
|
Reference in New Issue
Block a user