Правки.
This commit is contained in:
@ -29,6 +29,22 @@
|
||||
}
|
||||
|
||||
.video-text {
|
||||
color: bisque;
|
||||
color:rgba(232, 232, 232, 0.484);
|
||||
/* filter: blur(1px); */
|
||||
filter: drop-shadow(5px 5px 10px #c9c9c9);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.hello-anim {
|
||||
animation: helloAnim 10s linear 0s 1 normal forwards;
|
||||
}
|
||||
|
||||
@keyframes helloAnim {
|
||||
0% {
|
||||
transform: scale(0.1);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user