123456789101112131415161718192021222324 |
- .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 */
|