D0r11s (обсуждение | вклад) м (test) |
D0r11s (обсуждение | вклад) м (TEST) |
||
| Строка 21: | Строка 21: | ||
} | } | ||
fullscreen_title { | .fullscreen_title { | ||
font-size: 70px; | font-size: 70px; | ||
margin: 0px 0px 20px 0px; | margin: 0px 0px 20px 0px; | ||
Версия от 17:13, 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;
}
}
.fullscreen_title {
font-size: 70px;
margin: 0px 0px 20px 0px;
transform: translate(0px, 120%);
opacity: 0;
}