dengrui преди 3 месеца
родител
ревизия
ada4ad736b
променени са 1 файла, в които са добавени 0 реда и са изтрити 20 реда
  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>