8,960
edits
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
.gradient-text { | .gradient-text { | ||
background: linear-gradient(45deg, #48B4DB, #EC8BC3, #EC8B00); | background: linear-gradient(45deg, #48B4DB, #EC8BC3, #EC8B00); | ||
background-size: 300% 300%; | background-size: 300% 300%; | ||
| Line 15: | Line 14: | ||
-webkit-text-fill-color: transparent; | -webkit-text-fill-color: transparent; | ||
animation: gradient-text 5s ease infinite; | animation: gradient-text 5s ease infinite; | ||
cursor: pointer; /* Чтобы указать, что элемент кликабельный */ | |||
line-height: 1; /* Устанавливаем высоту строки, чтобы минимизировать отступы */ | |||
font-family: 'MyCustomFont1'; | |||
font-size: 100px; | |||
} | } | ||