File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,27 @@ body {
17
17
.word-swipe {
18
18
font-size : 36px ;
19
19
font-weight : 200 ;
20
- columns : # 939393 ;
21
-
20
+ color : # 939393 ;
22
21
}
23
-
24
- . word-swipe div {
25
- overflow : hidden ;
26
- position : relative ;
27
- float : right ;
28
- padding-top : 10 px ;
29
- margin-top : -10 px ;
22
+ . word-swipe li {
23
+ color : # ccc ;
24
+ font-weight : 700 ;
25
+ padding : 0 10 px ;
26
+ height : 45 px ;
27
+ margin-bottom : 45 px ;
28
+ display : block ;
30
29
}
31
- .word-swipe div li {
32
- color : # ccc ;
33
- font-weight : 700 ;
34
- padding : 0 10px ;
35
- height : 45px ;
36
- margin-bottom : 45px ;
37
- display : block;
30
+ .word-swipe div {
31
+ overflow : hidden;
32
+ position : relative;
33
+ float : right;
34
+ padding-top : 10px ;
35
+ margin-top : -10px ;
38
36
}
39
- .flip2 { animation : flip2 6s cubic-bezier (0.23 , 1 , 0.32 , 1.2 ) infinite; }
40
- .flip3 { animation : flip3 8s cubic-bezier (0.23 , 1 , 0.32 , 1.2 ) infinite; }
41
- .flip4 { animation : flip4 10s cubic-bezier (0.23 , 1 , 0.32 , 1.2 ) infinite; }
37
+
38
+ /* .flip2 { animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
39
+ .flip3 { animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; } */
40
+ .flip4 { animation : flip4 10s cubic-bezier (0.23 , 1 , 0.32 , 1.2 ) infinite;}
42
41
43
42
@keyframes flip2 {
44
43
0% { margin-top : -180px ; }
You can’t perform that action at this time.
0 commit comments