Skip to content

Commit f38e260

Browse files
authored
Update style.css
remove unwanted content
1 parent 2f5f7dc commit f38e260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[ Day 19 ] - Animated Sleeping Cat/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ body {
176176
border-radius: 50px 50px 50px 5px;
177177
animation: bubble-scale 2s infinite;
178178
/* Apply animation to make the bubble scale */
179-
}write blog article about this project. write step by step process with step by step code.
179+
}
180180

181181
/* Keyframes for bubble scaling animation */
182182
@keyframes bubble-scale {
@@ -203,4 +203,4 @@ body {
203203
50% {
204204
transform: scaleX(0.7);
205205
}
206-
}
206+
}

0 commit comments

Comments
 (0)