D0r11s (обсуждение | вклад) м (TEST) |
D0r11s (обсуждение | вклад) м (test) |
||
| Строка 12: | Строка 12: | ||
0% { | 0% { | ||
color: #000; | color: #000; | ||
margin-bottom: -40px; | margin-bottom: -40px; | ||
} | } | ||
Версия от 13:31, 2 августа 2024
@keyframes animationOne {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes text1 {
0% {
color: #000;
margin-bottom: -40px;
}
85% {
letter-spacing: 8px;
margin-bottom: -40px;
}
}