whatwedo.css 593 B

123456789101112131415161718192021222324
  1. .title {
  2. /* font-family: "Cairo"; */
  3. text-align: center;
  4. color: #FFF;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: center;
  9. height: 35vh;
  10. letter-spacing: 1px;
  11. line-height:2
  12. }
  13. .title h1 {
  14. background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
  15. background-size: cover;
  16. color: transparent;
  17. -moz-background-clip: text;
  18. -webkit-background-clip: text;
  19. text-transform: uppercase;
  20. font-size: 100px;
  21. margin: 0px 0;
  22. }
  23. /* styling my button */