alts
This commit is contained in:
@ -197,21 +197,6 @@ a:visited {
|
||||
0 0 50px #b16286,
|
||||
0 0 60px #b16286,
|
||||
0 0 70px #b16286;
|
||||
|
||||
/* Animation for bouncing/moving effect */
|
||||
animation: bounce 1.5s ease infinite alternate;
|
||||
}
|
||||
|
||||
@keyframes bounce {
|
||||
0% {
|
||||
transform: translateY(0) rotate(0deg);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(-10px) rotate(5deg);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0) rotate(-5deg);
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
|
Reference in New Issue
Block a user