13
13
position : block;
14
14
margin : 2px auto;
15
15
}
16
- * {
17
- margin : 0 ;
18
- padding : 0 ;
19
- box-sizing : border-box;
20
- }
21
-
22
- body {
23
- background : # f2f2f2 ;
24
- }
25
-
26
- @keyframes slide {
27
- from {
28
- transform : translateX (0 );
29
- }
30
- to {
31
- transform : translateX (-100% );
32
- }
33
- }
34
-
35
- .logos {
36
- overflow : hidden;
37
- padding : 48px 0 ;
38
- background : inherit;
39
- white-space : nowrap;
40
- position : relative;
41
-
42
- }
43
-
44
- .logos : before ,
45
- .logos : after {
46
- position : absolute;
47
- top : 0 ;
48
- width : 252px ;
49
- height : 100% ;
50
- content : "" ;
51
- z-index : 2 ;
52
- }
53
-
54
- .logos : before {
55
- left : 0 ;
56
- background : linear-gradient (to left, rgba (255 , 255 , 255 , 0 ), # 1e1e1e 68% );
57
-
58
- }
59
-
60
- .logos : after {
61
- right : 0 ;
62
- background : linear-gradient (to right, rgba (255 , 255 , 255 , 0 ), # 1e1e1e 68% );
63
- }
64
-
65
- .logos : hover .logos-slide {
66
- animation-play-state : paused;
67
- }
68
-
69
- .logos-slide {
70
- display : inline-flex;
71
- animation : 108s slide infinite cubic-bezier (0 , 0 , 0 , 0 );
72
- }
73
-
74
- .logos-slide img {
75
- height : 48px ;
76
- margin : 0 72 ;
77
- }
78
16
79
17
.nav-content {
80
18
position : static;
@@ -139,27 +77,6 @@ body {
139
77
}
140
78
141
79
142
- myBtn {
143
- display : none;
144
- position : fixed;
145
- bottom : 20px ;
146
- right : 30px ;
147
- z-index : 99 ;
148
- font-size : 16px ;
149
- border : none;
150
- outline : none;
151
- background-color : # 1e1e1e1e ;
152
- color : # ffffff ;
153
- cursor : pointer;
154
- padding : 8px ;
155
- border-radius : 16px ;
156
- }
157
-
158
- .myBtn : hover {
159
- background-color : # 1e1e1e ;
160
- text-color : # ffffff ;
161
-
162
- }
163
80
164
81
.show .one {
165
82
transform : rotate (45deg ) translateY (6.5px );
@@ -168,12 +85,10 @@ myBtn {
168
85
.show .two {
169
86
transform : rotate (-45deg ) translateY (-6.5px );
170
87
}
171
-
172
88
.container {
173
89
position : relative;
174
90
overflow : hidden;
175
91
width : 100% ;
176
- scrollbar-gutter : stable both-edges;
177
92
padding-top : 56.25% ; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
178
93
}
179
94
@@ -227,19 +142,13 @@ body
227
142
{
228
143
background-color : # 1e1e1e
229
144
}
230
-
231
- html {
232
- scroll-behavior : smooth;
233
- }
234
-
235
145
.wrap
236
146
{
237
147
margin : 16px auto;
238
148
width : auto;
239
149
display : grid;
240
150
align-items : stretch;
241
151
max-width : 1200px ;
242
-
243
152
}
244
153
.tile
245
154
{
@@ -1484,7 +1393,7 @@ div .copyright{
1484
1393
text-align : center;
1485
1394
}
1486
1395
1487
- @media (max-width : 375 px ) {
1396
+ @media (max-width : 320 px ) {
1488
1397
.show {
1489
1398
background-color : # 1e1e1e ;
1490
1399
}
0 commit comments