Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
remove unwanted content
  • Loading branch information
withaarzoo authored Apr 27, 2024
1 parent 2f5f7dc commit f38e260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [ Day 19 ] - Animated Sleeping Cat/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ body {
border-radius: 50px 50px 50px 5px;
animation: bubble-scale 2s infinite;
/* Apply animation to make the bubble scale */
}write blog article about this project. write step by step process with step by step code.
}

/* Keyframes for bubble scaling animation */
@keyframes bubble-scale {
Expand All @@ -203,4 +203,4 @@ body {
50% {
transform: scaleX(0.7);
}
}
}

0 comments on commit f38e260

Please sign in to comment.