소스 검색

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

VE 1 년 전
부모
커밋
5e80c403aa
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  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 */