File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,35 @@ div.cloud:after {
32
32
top : -55px ;
33
33
left : auto;
34
34
right : 15px ;
35
- }
35
+ }
36
+
37
+ div .c1 {
38
+ top : 250px ;
39
+ -webkit-animation : moveclouds 15s linear infinite;
40
+ }
41
+
42
+ @-webkit-keyframes moveclouds {
43
+ 0% {margin-left : 600px ;}
44
+ 100% {margin-left : -600px ;}
45
+ }
46
+
47
+ div .ground {
48
+ background : # 8a8360 ;
49
+ border-top : 5px solid # 007A00 ;
50
+ position : absolute;
51
+ height : 30px ;
52
+ bottom : 0px ;
53
+ width : 100% ;
54
+ }
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
Original file line number Diff line number Diff line change 14
14
< div class ="cloud c1 "> </ div >
15
15
</ div >
16
16
17
+ < div class ="ground ">
18
+
19
+ </ div >
20
+
17
21
< script type ="text/javascript " src ="cordova.js "> </ script >
18
22
< script type ="text/javascript " src ="js/index.js "> </ script >
19
23
< script type ="text/javascript " src ="js/jumpy.js "> </ script >
You can’t perform that action at this time.
0 commit comments