We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5f7dc commit f38e260Copy full SHA for f38e260
[ Day 19 ] - Animated Sleeping Cat/style.css
@@ -176,7 +176,7 @@ body {
176
border-radius: 50px 50px 50px 5px;
177
animation: bubble-scale 2s infinite;
178
/* Apply animation to make the bubble scale */
179
-}write blog article about this project. write step by step process with step by step code.
+}
180
181
/* Keyframes for bubble scaling animation */
182
@keyframes bubble-scale {
@@ -203,4 +203,4 @@ body {
203
50% {
204
transform: scaleX(0.7);
205
}
206
-}
0 commit comments