sachinganesh 2 år sedan
förälder
incheckning
6ee8f169d2

+ 493
- 442
allinone.html
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 79
- 7
dist/Js/allInOne.js Visa fil

@@ -1,7 +1,8 @@
1 1
 $('.owl-carousel').owlCarousel({
2
-    rtl:true,
3
-    loop:true,
2
+    // rtl:true,
3
+    // loop:true,
4 4
     margin:200,
5
+ 
5 6
     nav:true,
6 7
     URLhashListener:true,
7 8
         autoplayHoverPause:true,
@@ -9,16 +10,87 @@ $('.owl-carousel').owlCarousel({
9 10
         responsive:{
10 11
             0:{
11 12
                 items:1,
12
-                nav:true
13
+                nav:true,
14
+                margin:10
13 15
             },
16
+
14 17
             600:{
18
+                items:2,
19
+                nav:false,
20
+                margin:200
21
+            },  
22
+
23
+            1000:{
15 24
                 items:3,
16
-                nav:false
25
+                nav:true,
26
+                loop:false,
27
+                margin:10
17 28
             },
18
-            1000:{
29
+            1400:{
19 30
                 items:5,
20 31
                 nav:true,
21
-                loop:false
32
+                loop:false,
33
+                margin:200
22 34
             }
23 35
         }
24
-})
36
+})
37
+
38
+const controller  = new ScrollMagic.Controller();
39
+const exploreSence = new ScrollMagic.Scene({
40
+    triggerElement:".animateHeadingLeft",
41
+    triggerHook:0.5,
42
+    reverse:false
43
+}).setClassToggle('.animateHeadingLeft','addTextanimationLeft').addTo(controller)
44
+const controllerNew  = new ScrollMagic.Controller();
45
+new ScrollMagic.Scene({
46
+    triggerElement:".animateHeadingRight",
47
+    triggerHook:0.9,
48
+    reverse:false
49
+}).setClassToggle('.animateHeadingRight','addTextanimationRight').addTo(controllerNew)
50
+
51
+const controllerThree  = new ScrollMagic.Controller();
52
+new ScrollMagic.Scene({
53
+    triggerElement:".laptoponanimation",
54
+    triggerHook:0.9,
55
+    reverse:false
56
+}).setClassToggle('.laptoponanimation','addOpacity').addTo(controllerThree)
57
+
58
+const controllerFour  = new ScrollMagic.Controller();
59
+new ScrollMagic.Scene({
60
+    triggerElement:".allinOnepc",
61
+    triggerHook:0.9,
62
+    reverse:false
63
+}).setClassToggle('.allinOnepc','addOpacity').addTo(controllerFour)
64
+
65
+
66
+const controllerFive = new ScrollMagic.Controller();
67
+new ScrollMagic.Scene({
68
+    triggerElement:".dualLaptopSlideone",
69
+    triggerHook:0.9,
70
+    reverse:false
71
+}).setClassToggle('.dualLaptopSlideone','addTextanimationRight').addTo(controllerFive)
72
+
73
+const controllerSix = new ScrollMagic.Controller();
74
+new ScrollMagic.Scene({
75
+    triggerElement:".dualLaptopSlideLeftone",
76
+    triggerHook:0.9,
77
+    reverse:false
78
+}).setClassToggle('.dualLaptopSlideLeftone','dualLaptopSlideLeftoneLeft').addTo(controllerSix)
79
+
80
+const controllerSeven = new ScrollMagic.Controller();
81
+new ScrollMagic.Scene({
82
+    triggerElement:".cpuSlideLeftone",
83
+    triggerHook:0.9,
84
+    reverse:false
85
+}).setClassToggle('.cpuSlideLeftone','traslateZero').addTo(controllerSeven)
86
+
87
+const controllerEight = new ScrollMagic.Controller();
88
+new ScrollMagic.Scene({
89
+    triggerElement:".controllerEight",
90
+    triggerHook:0.9,
91
+    reverse:false
92
+}).setClassToggle('.controllerEight','traslateZero').addTo(controllerSeven)
93
+
94
+
95
+
96
+

Binär
dist/assets/imgs/allinone/fourall.png Visa fil


Binär
dist/assets/imgs/allinone/threeall.png Visa fil


Binär
dist/assets/imgs/allinone/twoall.png Visa fil


+ 18
- 18
laptopmulti.html Visa fil

@@ -460,7 +460,7 @@
460 460
         <section class="displayscreenpad">
461 461
             <div class="">
462 462
                 <div class=" d-flex flex-column align-items-center justify-content-center">
463
-                    <div class="satoshi_font font-1_7 fw-600">
463
+                    <div class="satoshi_font twoScreenHeading font-1_7 fw-600">
464 464
                         Two Screens
465 465
                     </div>
466 466
                     <div class="displayscreenpadContainer">
@@ -501,7 +501,7 @@
501 501
                     <img src="dist/assets/imgs/productoverview/leftlap.png" alt="" class="img-fluid">
502 502
                 </div>
503 503
                 <div class="col-5 ps-0 ">
504
-                    <div class="zeroBMain_des d-none d-md-block" style="margin-left: -200px;">
504
+                    <div class="zeroBMain_des dualpassage p-6 d-none d-md-block" style="margin-left: -200px;">
505 505
                         <div>
506 506
                             <h1 class="dual_des_heading orbitron_font">Complemented by Multi-touch Brilliance
507 507
                             </h1>
@@ -568,7 +568,7 @@
568 568
             <div class="position-relative">
569 569
                 <img src="dist/assets/imgs/sectiontest.png" alt="" class="img-fluid w-100">
570 570
                     <div class="circleTableLaptop_Heading text-center position-absolute w-100 ">
571
-                        <h1 class="orbitron_font fw-700">Two Screens</h1>
571
+                        <h1 class="orbitron_font fw-700 ">Two Screens</h1>
572 572
                         <h1 class="orbitron_font fw-700"> To Display</h1>
573 573
                         <h1 class="orbitron_font fw-700">True Colors
574 574
                         </h1>
@@ -670,18 +670,18 @@
670 670
                                     class="w-100 h-100" alt=""></div>
671 671
         
672 672
                             <div class="tab-pane fade" id="ProgrammerTab" role="tabpanel"
673
-                                aria-labelledby="ProgrammerTab-tab">ProgrammerTab</div>
673
+                                aria-labelledby="ProgrammerTab-tab"><img src="dist/assets/imgs/productoverview/tablaptop.png" class="w-100 h-100" alt=""></div>
674 674
         
675 675
                             <div class="tab-pane fade" id="VideoEdtior" role="tabpanel" aria-labelledby="VideoEdtior-tab">
676 676
                                 <img src="dist/assets/imgs/productoverview/tablaptop.png" class="w-100 h-100" alt="">
677 677
                             </div>
678 678
         
679 679
                             <div class="tab-pane fade" id="Music_Artist" role="tabpanel" aria-labelledby="Music_Artist-tab">
680
-                                Music_Artist</div>
680
+                                <img src="dist/assets/imgs/productoverview/tablaptop.png" class="w-100 h-100" alt=""></div>
681 681
         
682 682
                             <!-- <div class="tab-pane fade" id="3D_ARTIST" role="tabpanel" aria-labelledby="3D_ARTIST-tab">3d</div> -->
683 683
         
684
-                            <div class="tab-pane fade" id="gamerTab" role="tabpanel" aria-labelledby="gamerTab-tab">game
684
+                            <div class="tab-pane fade" id="gamerTab" role="tabpanel" aria-labelledby="gamerTab-tab"><img src="dist/assets/imgs/productoverview/tablaptop.png" class="w-100 h-100" alt="">
685 685
                             </div>
686 686
                         </div>
687 687
                     </div>
@@ -808,56 +808,56 @@
808 808
             <div class="row row_lensAnwi p-6">
809 809
                 <div class="box_lens p-3 col-6 col-md-4 col-lg-3">
810 810
                     <div
811
-                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4">
811
+                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4 h-100">
812 812
                         <div class="box_lens_img">
813 813
                             <img class="w-100 h-100" src="dist/assets/imgs/productoverview/lens.png" alt="lens">
814 814
                         </div>
815 815
                         <div>
816 816
                             <h1 class="orbitron_font lenHeading m-0 p-0 font-2">Ergonomic</h1>
817 817
                         </div>
818
-                        <div class="screenpadLens">ScreenPad™ Plus</div>
818
+                        <div class="screenpadLens text-center fw-500">ScreenPad™ Plus</div>
819 819
                     </div>
820 820
                 </div>
821 821
                 <div class="box_lens p-3 col-6 col-md-4 col-lg-3">
822 822
                     <div
823
-                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4">
823
+                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4 h-100">
824 824
                         <div class="box_lens_img">
825 825
                             <img class="w-100 h-100" src="dist/assets/imgs/productoverview/lens.png" alt="lens">
826 826
                         </div>
827 827
                         <div>
828 828
                             <h1 class="orbitron_font lenHeading m-0 p-0 font-2">OLED HDR</h1>
829 829
                         </div>
830
-                        <div class="screenpadLens">Vivid colors</div>
830
+                        <div class="screenpadLens text-center fw-500">Vivid colors</div>
831 831
                     </div>
832 832
                 </div>
833 833
                 <div class="box_lens p-3 col-6 col-md-4 col-lg-3">
834 834
                     <div
835
-                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4">
835
+                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4 h-100">
836 836
                         <div class="box_lens_img">
837 837
                             <img class="w-100 h-100" src="dist/assets/imgs/productoverview/lens.png" alt="lens">
838 838
                         </div>
839 839
                         <div>
840 840
                             <h1 class="orbitron_font lenHeading m-0 p-0 font-2">100%</h1>
841 841
                         </div>
842
-                        <div class="screenpadLens">DCI-P3 color gamut</div>
842
+                        <div class="screenpadLens text-center fw-500">DCI-P3 color gamut</div>
843 843
                     </div>
844 844
                 </div>
845 845
                 <div class="box_lens p-3 col-6 col-md-4 col-lg-3">
846 846
                     <div
847
-                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4">
847
+                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4 h-100">
848 848
                         <div class="box_lens_img">
849 849
                             <img class="w-100 h-100" src="dist/assets/imgs/productoverview/lens.png" alt="lens">
850 850
                         </div>
851 851
                         <div>
852 852
                             <h1 class="orbitron_font lenHeading m-0 p-0 font-2">OLED HDR</h1>
853 853
                         </div>
854
-                        <div class="screenpadLens">Vivid colors</div>
854
+                        <div class="screenpadLens text-center fw-500">Vivid colors</div>
855 855
                     </div>
856 856
                 </div>
857 857
     
858 858
                 <div class="box_lens p-3 col-6 col-md-4 col-lg-3">
859 859
                     <div
860
-                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4">
860
+                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4 h-100">
861 861
                         <div class="box_lens_img">
862 862
                             <img class="w-100 h-100" src="dist/assets/imgs/productoverview/lens.png" alt="lens">
863 863
                         </div>
@@ -865,21 +865,21 @@
865 865
                             <h1 class="orbitron_font lenHeading m-0 p-0 font-2">
866 866
                                 Delta-E  2</h1> 
867 867
                         </div> 
868
-                        <div class="screenpadLens">
868
+                        <div class="screenpadLens text-center fw-500">
869 869
                                     color accuracy
870 870
                         </div>
871 871
                     </div>
872 872
                 </div>
873 873
                 <div class="box_lens p-3 col-6 col-md-4 col-lg-3">
874 874
                     <div
875
-                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4">
875
+                        class="anwi_grey_bg anwi_BoxLen w-100 d-flex flex-column justify-content-center align-items-center p-3 py-4 h-100">
876 876
                         <div class="box_lens_img">
877 877
                             <img class="w-100 h-100" src="dist/assets/imgs/productoverview/lens.png" alt="lens">
878 878
                         </div>
879 879
                         <div>
880 880
                             <h1 class="orbitron_font lenHeading m-0 p-0 font-2">3840X2160</h1>
881 881
                         </div>
882
-                        <div class="screenpadLens">4K UHD main display</div>
882
+                        <div class="screenpadLens text-center fw-500">4K UHD main display</div>
883 883
                     </div>
884 884
                 </div>
885 885
         

+ 3
- 1
styles/abstracts/_variables.scss Visa fil

@@ -1,3 +1,5 @@
1 1
 // $primary-color: steelblue;
2 2
 
3
-$grey-bg:#EEEEEE;
3
+$grey-bg:#EEEEEE;
4
+
5
+$animation-timer:.8s;

+ 133
- 8
styles/pages/_allInOne.scss Visa fil

@@ -19,6 +19,8 @@
19 19
     }
20 20
 
21 21
     .innerClipPathImgFirstFour{
22
+      
23
+    
22 24
         position: absolute;
23 25
         top: 12%;
24 26
         left:5%;
@@ -62,16 +64,16 @@
62 64
     
63 65
 }
64 66
 .allinoneLanding{
65
-    background-image: url("./../../dist/assets/imgs/allinone/allinonebg.png");
66
-    background-color: white;
67
-    background-size: cover;
68
-    background-repeat: no-repeat;
69
-    background-position: center;
67
+    // background-image: url("./../../dist/assets/imgs/allinone/allinonebg.png");
68
+    // background-color: white;
69
+    // background-size: cover;
70
+    // background-repeat: no-repeat;
71
+    // background-position: center;
70 72
 
71 73
     position: relative;
72 74
 
73
-    width: 100vw;
74
-    height: 100vh;
75
+    // width: 100vw;
76
+    // height: 100vh;
75 77
     #navbar-head *{
76 78
         color: white;
77 79
     }
@@ -161,6 +163,44 @@
161 163
     }
162 164
 }
163 165
 
166
+// owl-nav
167
+.allinoneslider{
168
+    .carouselLanding {
169
+        position: relative;
170
+        display: flex;
171
+        align-items: center;
172
+        justify-content: center;
173
+    }
174
+    .owl-nav{
175
+        bottom: 0;
176
+        position: absolute;
177
+        display: none;
178
+        right: 15%;
179
+        border: 1px solid;
180
+        padding: 0.5rem 1.3rem;
181
+        border-radius: 70px;
182
+        span{
183
+            font-size: 2rem;
184
+            text-align: center;
185
+        }
186
+    }
187
+    
188
+    .owl-stage{
189
+        width: 100% !important;
190
+    }
191
+}
192
+
193
+@media (max-width:1400px) {
194
+    .allinoneslider{
195
+       
196
+        
197
+        .owl-stage{
198
+            width: max-content !important;
199
+        }
200
+    }
201
+}
202
+
203
+
164 204
 @media (max-width:1300px) {
165 205
    .laptopsSection .headinglaptop{
166 206
         font-size: 5rem;
@@ -220,6 +260,8 @@
220 260
 }
221 261
 
222 262
 @media (max-width:600px) {
263
+
264
+    
223 265
     .supTitleSection{
224 266
         text-align: center;
225 267
         font-size: 1rem;
@@ -326,6 +368,25 @@
326 368
     
327 369
  }
328 370
 
371
+ @media (max-width:576px){
372
+    .allinInMargintop{
373
+        margin-top: 100px;
374
+    }
375
+    .content-main-allinone{
376
+        padding: 1rem;
377
+    }
378
+    .scaleSmallAllinone{
379
+        scale: 0.9;
380
+    }
381
+    .allinoneslider{
382
+       
383
+        
384
+        .owl-stage{
385
+            width: max-content !important;
386
+        }
387
+    }
388
+ }
389
+
329 390
 
330 391
  @media (max-width:320px) {
331 392
     
@@ -379,4 +440,68 @@
379 440
             top:0;
380 441
         }
381 442
     }
382
- }
443
+ }
444
+
445
+.animateHeadingLeft,.dualLaptopSlideLeftone{
446
+    transform: translateX(1000%);
447
+    transition: $animation-timer ease;
448
+}
449
+
450
+.addTextanimationLeft{
451
+    transform: translateX(0);
452
+}
453
+
454
+.animateHeadingRight,.dualLaptopSlideone{
455
+    transform: translateX(-1000%);
456
+    transition: $animation-timer ease;
457
+}
458
+
459
+.addTextanimationRight{
460
+    transform: translateX(0);
461
+}
462
+
463
+// laptop 1
464
+.laptoponanimation,.allinOnepc{
465
+    opacity: 0;
466
+    transition: $animation-timer ease;
467
+}
468
+
469
+.addOpacity{
470
+    opacity: 1;
471
+}
472
+
473
+
474
+
475
+.clipPathSectionCol {
476
+    .dualLaptopSlideLeftone{
477
+        transform: translate(1000%,-50%);
478
+        transition: $animation-timer ease;
479
+    }
480
+    
481
+    .dualLaptopSlideLeftoneLeft{
482
+        transform: translate(0,-50%);
483
+    }
484
+
485
+   
486
+}
487
+
488
+.cpuSlideLeftone{
489
+    transform: translateX(-1000%);
490
+    transition: $animation-timer ease;
491
+}
492
+.controllerEight{
493
+    transform: translateX(1000%);
494
+}
495
+.traslateZero{
496
+    transform: translateX(0);
497
+}
498
+
499
+.clipPathSectionCol .innerClipPathImgSectionFour.controllerEight{
500
+    transform: translate(1000%,-50%);
501
+    transition: $animation-timer ease;
502
+}
503
+
504
+.clipPathSectionCol .innerClipPathImgSectionFour.traslateZero{
505
+    transform: translate(0,-50%);
506
+}
507
+

+ 13
- 2
styles/pages/_productOverview.scss Visa fil

@@ -26,7 +26,7 @@ $PO_footerText: 0.7rem;
26 26
   border: 1px solid rgba(255, 255, 255, 0.18);
27 27
   border: 2px solid;
28 28
 
29
-  position: fixed;
29
+  position: absolute; //head
30 30
   z-index: 999;
31 31
   bottom: 0;
32 32
   left: 0;
@@ -559,6 +559,13 @@ $PO_footerText: 0.7rem;
559 559
   
560 560
 }
561 561
 
562
+@media (max-width:1000px){
563
+  .dualpassage{
564
+    padding-left: 10rem;
565
+    padding-right: 2rem;
566
+  }
567
+}
568
+
562 569
 @media (max-width:790px) {
563 570
 
564 571
   .productOverview {
@@ -649,7 +656,11 @@ $PO_footerText: 0.7rem;
649 656
     }
650 657
 
651 658
     .displayscreenpadMain {
652
-      top: -26px;
659
+      top: 0;
660
+    }
661
+
662
+    .twoScreenHeading{
663
+      font-size: 1rem;
653 664
     }
654 665
   }
655 666
 

+ 81
- 59
styles/pages/productOverview/_controlPanel.scss Visa fil

@@ -1,69 +1,91 @@
1 1
 .controlPanel {
2
-    margin-top: 10rem;
3
-    padding-bottom: 300px;
4
-  
5
-    .controlPanel_des {
2
+  margin-top: 10rem;
3
+  padding-bottom: 300px;
4
+
5
+  .controlPanel_des {
6
+    position: absolute;
7
+    top: -170px;
8
+    left: 80px;
9
+  }
10
+
11
+  .bgControlpanel {
12
+    min-height: 100vh;
13
+    background-color: #ececec;
14
+    border-radius: 157px;
15
+    position: relative;
16
+
17
+    .bgControlpaneltabs {
6 18
       position: absolute;
7
-      top: -170px;
8
-      left: 80px;
9
-    }
10
-  
11
-    .bgControlpanel {
12
-      min-height: 100vh;
13
-      background-color: #ececec;
14
-      border-radius: 157px;
15
-      position: relative;
16
-  
17
-      .bgControlpaneltabs {
19
+      top: 100px;
20
+      right: 0;
21
+
22
+      .nav-link:focus-visible,
23
+      .nav-item:focus-visible {
24
+        outline: none !important;
25
+      }
26
+
27
+      .nav-tabs {
28
+        border-bottom: 1px solid;
29
+        margin-bottom: 2rem;
30
+      }
31
+
32
+      .nav-item {
33
+        position: relative;
34
+        border: none;
35
+      }
36
+
37
+      .nav-tabs .nav-link {
38
+        position: relative;
39
+        color: black;
40
+        font-weight: 500;
41
+      }
42
+
43
+      .nav-tabs .nav-link.active {
44
+        border: none;
45
+        background-color: transparent;
46
+      }
47
+
48
+      .nav-tabs .nav-link.active::before {
49
+        display: block;
50
+      }
51
+
52
+      .nav-item .nav-link::before {
53
+        content: "";
18 54
         position: absolute;
19
-        top: 100px;
55
+        width: 100%;
56
+        height: 5px;
57
+        bottom: -2px;
20 58
         right: 0;
21
-  
22
-        .nav-tabs {
23
-          border-bottom: 1px solid;
24
-          margin-bottom: 2rem;
25
-        }
26
-  
27
-        .nav-item {
28
-          position: relative;
29
-          border: none;
30
-        }
31
-  
32
-        .nav-tabs .nav-link {
33
-          position: relative;
34
-          color: black;
35
-          font-weight: 500;
36
-        }
37
-  
38
-        .nav-tabs .nav-link.active {
39
-          border: none;
40
-          background-color: transparent;
41
-        }
42
-  
43
-        .nav-tabs .nav-link.active::before {
44
-          display: block;
45
-        }
46
-  
47
-        .nav-item .nav-link::before {
48
-          content: "";
49
-          position: absolute;
50
-          width: 100%;
51
-          height: 5px;
52
-          bottom: -2px;
53
-          right: 0;
54
-          display: none;
55
-          background-color: black;
56
-        }
59
+        display: none;
60
+        background-color: black;
57 61
       }
58 62
     }
59 63
   }
64
+}
60 65
 
61
-  @media (max-width:768px) {
62
-    .controlPanel{
63
-        padding-bottom: 100px;
64
-        .bgControlpanel{
65
-           min-height: 50vh;
66
-        }
66
+@media (max-width:768px) {
67
+  .controlPanel {
68
+    padding-bottom: 100px;
67 69
 
70
+    .bgControlpanel {
71
+      min-height: 50vh;
68 72
     }
69
-  }
73
+
74
+  }
75
+}
76
+
77
+@media (max-width:600px) {
78
+
79
+  .controlPanel {
80
+
81
+    .controlPanel_des {
82
+      width: 100%;
83
+      display: flex;
84
+      flex-direction: column;
85
+      align-items: center;
86
+      justify-content: center;
87
+      left: 50%;
88
+    }
89
+
90
+  }
91
+}

+ 5
- 0
styles/pages/productOverview/_professinalGrade.scss Visa fil

@@ -45,5 +45,10 @@
45 45
       p{
46 46
         padding-left: 1rem;
47 47
       }
48
+
49
+      .professinalGradeImg {
50
+    
51
+        width: 80%;
52
+    }
48 53
     }
49 54
 }

+ 1
- 1
styles/pages/productOverview/_stunningsound.scss Visa fil

@@ -102,7 +102,7 @@
102 102
 
103 103
 @media (max-width:576px) {
104 104
     .stunningSound {
105
-
105
+        padding-top: 1rem;
106 106
 
107 107
         .stunningSound_heading {
108 108
 

+ 19
- 2
styles/style.scss Visa fil

@@ -158,7 +158,7 @@ body {
158 158
 #navbar-head{
159 159
     position: fixed;
160 160
     width: 100%;
161
-    z-index: 9999;
161
+    z-index: 20;
162 162
     top: 0;
163 163
 }
164 164
 .biz-nav-wrapper {
@@ -211,4 +211,21 @@ body {
211 211
 // footer 
212 212
 .footer-socailImg{
213 213
     width: 30px;
214
-}
214
+}
215
+
216
+.footer-rocket-img{
217
+    width: 80px;
218
+}
219
+
220
+.footer-rkt:hover{
221
+    animation: rocketRotate 2s infinite;
222
+}
223
+
224
+@keyframes rocketRotate {
225
+    from {
226
+        transform: rotate(0);
227
+    }
228
+    to {
229
+        transform: rotate(360deg);
230
+    }
231
+  }

Laddar…
Avbryt
Spara