Skip to content

Commit

Permalink
modefied some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Sep 12, 2021
1 parent 78e8431 commit 03165df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed LoadingBalls/script.js
Empty file.
4 changes: 2 additions & 2 deletions LoadingBalls/syle.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ h1 {

.circle:nth-child(2) {
opacity: 0;
animation-delay: 0.4s;
animation-delay: -0.4s;
}
.circle:nth-child(3) {
opacity: 0;
animation-delay: 0.9s;
animation-delay: -0.9s;
}
@keyframes animate {
0% {
Expand Down

0 comments on commit 03165df

Please sign in to comment.