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