Skip to content

Commit b5202c2

Browse files
authored
Merge pull request #59 from CodeMasterCSE/issue
Celebrate button fix
2 parents b680f8b + ded00f8 commit b5202c2

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

styles.css

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -704,31 +704,6 @@ html, body {
704704
animation: blinkColors 2s linear infinite, blinkVisibility 1s steps(2, start) infinite;
705705
}
706706

707-
@keyframes floatButton {
708-
0% {
709-
transform: translate(50px, 50px); /* Start position */
710-
}
711-
20% {
712-
transform: translate(100px, -100px); /* Move to top-right */
713-
}
714-
40% {
715-
transform: translate(100px, 0); /* Move to far right */
716-
}
717-
60% {
718-
transform: translate(100px, 0px); /* Move to bottom-right */
719-
}
720-
80% {
721-
transform: translate(0, 100px); /* Move to bottom */
722-
}
723-
100% {
724-
transform: translate(-100px, 100px); /* Move to bottom-left */
725-
}
726-
}
727-
728-
#celebrate-button {
729-
animation: floatButton 12s ease-in-out infinite; /* Loop animation */
730-
}
731-
732707
.card:hover {
733708
transform: scale(1.05); /* Slightly enlarge on hover */
734709
}

0 commit comments

Comments
 (0)