dengrui il y a 3 mois
Parent
commit
ada4ad736b
1 fichiers modifiés avec 0 ajouts et 20 suppressions
  1. 0 20
      index.html

+ 0 - 20
index.html

@@ -50,25 +50,5 @@
       clip-path: polygon(0 0, 100% 100%, 0 100%, 100% 0);
       animation: l19 2s infinite linear;
     }
-
-    .loader::before {
-      position: absolute;
-      inset: -150%;
-      content: "";
-      background: repeating-conic-gradient(
-        from 30deg,
-        #ffabab 0 60deg,
-        #abe4ff 0 120deg,
-        #ff7373 0 180deg
-      );
-      animation: inherit;
-      animation-direction: reverse;
-    }
-
-    @keyframes l19 {
-      100% {
-        transform: rotate(360deg);
-      }
-    }
   </style>
 </html>