Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KhueDao1 authored Feb 27, 2024
1 parent ae510a5 commit 632178e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body{
width: var(--s);
height: var(--s);
background-color: greenyellow;
/* animation: spin 4s 2s infinite alternate ease-out backwards; */
animation: spin 4s 2s infinite alternate ease-out backwards;
/* animation-name: spin;
animation-duration: 4s;
animation-delay: 2s;
Expand Down Expand Up @@ -60,7 +60,7 @@ body{
height: var(--s);
border-radius: 50%;
background-color: yellow;
/* animation: pulse 4s 2s infinite alternate ease-in-out; */
animation: pulse 4s 2s infinite alternate ease-in-out;
}
@keyframes pulse{
0%{
Expand All @@ -87,7 +87,7 @@ body{
position: absolute;
left: 0;
align-self: flex-end;
/* animation: run 8s infinite ease-out; */
animation: run 8s infinite ease-out;
}
@keyframes run {
0%{
Expand All @@ -96,4 +96,4 @@ body{
100%{
left: 120vw;
}
}
}

0 comments on commit 632178e

Please sign in to comment.