File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed
Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -1209,40 +1209,7 @@ input {
12091209 padding : 10px ;
12101210 border : 1px solid rgba (128 , 128 , 128 , 0.352 );
12111211}
1212- /* Infinite scroll */
1213- # examples , # examples2 {
1214- display : flex;
1215- flex-wrap : nowrap;
1216- overflow : hidden;
1217- width : 100% ;
1218- }
1219-
1220- .examples img {
1221- margin-right : 20px ;
1222- width : 200px ;
1223- }
1224-
1225- # examples : not (: hover ) img , # examples2 : not (: hover ) img {
1226- animation : scrollImages 10s linear infinite;
1227- }
1228-
1229- # examples : hover img , # examples2 : hover img {
1230- animation-play-state : paused;
1231- }
12321212
1233-
1234- # examples img : hover , # examples2 img : hover {
1235- animation-play-state : paused;
1236- }
1237-
1238- @keyframes scrollImages {
1239- 0% {
1240- transform : translateX (0 );
1241- }
1242- 100% {
1243- transform : translateX (-100% );
1244- }
1245- }
12461213/*===========================RESPONSIVE===================================*/
12471214@media screen and (max-width : 660px ) {
12481215 .navbarButton {
@@ -1313,14 +1280,6 @@ input {
13131280 flex-direction : column;
13141281 }
13151282
1316- /*.examples{
1317- margin-left: 10vw;
1318- width: 82.5vw
1319- }
1320- .examples img{
1321- height: 30vh;
1322- }*/
1323-
13241283 # finance {
13251284 flex-direction : column-reverse;
13261285 }
You can’t perform that action at this time.
0 commit comments