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 {
3232 top : -55px ;
3333 left : auto;
3434 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 1414 < div class ="cloud c1 "> </ div >
1515 </ div >
1616
17+ < div class ="ground ">
18+
19+ </ div >
20+
1721 < script type ="text/javascript " src ="cordova.js "> </ script >
1822 < script type ="text/javascript " src ="js/index.js "> </ script >
1923 < script type ="text/javascript " src ="js/jumpy.js "> </ script >
You can’t perform that action at this time.
0 commit comments