From f38e26033732ec5b387d40fc6c71ddc27573e1d4 Mon Sep 17 00:00:00 2001 From: Aarzoo Islam <59678435+withaarzoo@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:43:41 +0530 Subject: [PATCH] Update style.css remove unwanted content --- [ Day 19 ] - Animated Sleeping Cat/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/[ Day 19 ] - Animated Sleeping Cat/style.css b/[ Day 19 ] - Animated Sleeping Cat/style.css index 2a2b3d7..90491e2 100644 --- a/[ Day 19 ] - Animated Sleeping Cat/style.css +++ b/[ Day 19 ] - Animated Sleeping Cat/style.css @@ -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 { @@ -203,4 +203,4 @@ body { 50% { transform: scaleX(0.7); } -} \ No newline at end of file +}