Browse Source

Анимации текста (What we do)

VE 6 months ago
parent
commit
5e80c403aa
1 changed files with 24 additions and 0 deletions
  1. 24 0
      css/whatwedo.css

+ 24 - 0
css/whatwedo.css

@@ -0,0 +1,24 @@
+.title {
+    /* font-family: "Cairo"; */
+    text-align: center;
+    color: #FFF;
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    justify-content: center;
+    height: 35vh;
+    letter-spacing: 1px;
+    line-height:2
+  }
+  
+ .title h1 {
+    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
+    background-size: cover;
+    color: transparent;
+    -moz-background-clip: text;
+    -webkit-background-clip: text;
+    text-transform: uppercase;
+    font-size: 100px;
+    margin: 0px 0;
+  }
+  /* styling my button */