File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments