- Сен
- 36
- 3
Пользователь
нужен светящися фиолетовый css
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Подробне??нужен светящися фиолетовый css
нужен светящися фиолетовый css
color: #9d4edd;
text-shadow: 0 0 12px #9d4edd;
animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow: 0 0 8px #9d4edd;
}
to {
text-shadow: 0 0 15px #c77dff;
}
}
ща чекнуpodoidet?CSS:color: #9d4edd; text-shadow: 0 0 12px #9d4edd; animation: glow 2s ease-in-out infinite alternate; } @keyframes glow { from { text-shadow: 0 0 8px #9d4edd; } to { text-shadow: 0 0 15px #c77dff; } }
Бро если что перед тем как писать об ошибке, вот новый код где я убрал скобочкуща чекну
color: #9d4edd;
text-shadow: 0 0 12px #9d4edd;
animation: glow 2s ease-in-out infinite alternate;
@keyframes glow {
from {
text-shadow: 0 0 8px #9d4edd;
}
to {
text-shadow: 0 0 15px #c77dff;
}
}