Skip to content

Commit

Permalink
Merge pull request #59 from CodeMasterCSE/issue
Browse files Browse the repository at this point in the history
Celebrate button fix
  • Loading branch information
rishicds authored Nov 13, 2024
2 parents b680f8b + ded00f8 commit b5202c2
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -704,31 +704,6 @@ html, body {
animation: blinkColors 2s linear infinite, blinkVisibility 1s steps(2, start) infinite;
}

@keyframes floatButton {
0% {
transform: translate(50px, 50px); /* Start position */
}
20% {
transform: translate(100px, -100px); /* Move to top-right */
}
40% {
transform: translate(100px, 0); /* Move to far right */
}
60% {
transform: translate(100px, 0px); /* Move to bottom-right */
}
80% {
transform: translate(0, 100px); /* Move to bottom */
}
100% {
transform: translate(-100px, 100px); /* Move to bottom-left */
}
}

#celebrate-button {
animation: floatButton 12s ease-in-out infinite; /* Loop animation */
}

.card:hover {
transform: scale(1.05); /* Slightly enlarge on hover */
}
Expand Down

0 comments on commit b5202c2

Please sign in to comment.