Skip to content

Commit

Permalink
add the keyframe for the spin animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Devansh K Shukla committed Jan 16, 2022
1 parent e3599ec commit 23a6422
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@ button{
}
}

@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

/* Background Circles */
.bg-circles {
position: fixed;
Expand Down

0 comments on commit 23a6422

Please sign in to comment.