Эх сурвалжийг харах

Обновить 'css/aniText.css'

VE 1 жил өмнө
parent
commit
e60e1f4541
1 өөрчлөгдсөн 33 нэмэгдсэн , 27 устгасан
  1. 33 27
      css/aniText.css

+ 33 - 27
css/aniText.css

@@ -1,27 +1,33 @@
-svg text {
-    /* font-family: Lora; */
-    letter-spacing: 10px;
-    stroke: #ff7b7b;
-    font-size: 100px;
-    font-weight: 700;
-    stroke-width: 3;
-   
-    animation: textAnimate 5s infinite alternate;
-    
-  }
-  
-  @keyframes textAnimate {
-    0% {
-      stroke-dasharray: 0 50%;
-      stroke-dashoffset:  20%;
-      fill:hsl(0, 100%, 64%)
-  
-    }
-    
-    100% {
-      stroke-dasharray: 50% 0;
-      stroke-dashoffstet: -20%;
-      fill: hsla(0, 78%, 41%, 0.081)
-    }
-    
-  }
+svg text {
+    /* font-family: Lora; */
+    letter-spacing: 10px;
+    stroke: #ff7b7b;
+    font-size: 100px;
+    font-weight: 700;
+    stroke-width: 3;
+   
+    animation: textAnimate 5s infinite alternate;
+    
+  }
+  
+  @keyframes textAnimate {
+    0% {
+      stroke-dasharray: 0 50%;
+      stroke-dashoffset:  20%;
+      fill:hsl(0, 100%, 64%)
+  
+    }
+    
+    100% {
+      stroke-dasharray: 50% 0;
+      stroke-dashoffstet: -20%;
+      fill: hsla(0, 78%, 41%, 0.081)
+    }
+    
+  }
+.minipig {
+  font-size: 52px;
+  font-weight: 700;
+  letter-spacing: 5px;
+  stroke-width: 2;
+}