From 08489c584a3433edffd6d535d8d388ff37cda4bd Mon Sep 17 00:00:00 2001 From: AmrutaJayanti <142327526+AmrutaJayanti@users.noreply.github.com> Date: Sun, 28 Jul 2024 07:48:26 +0530 Subject: [PATCH] Update CSS-Animations.md --- docs/CSS/css-basics/CSS-Animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CSS/css-basics/CSS-Animations.md b/docs/CSS/css-basics/CSS-Animations.md index 3922f5bec..40d1f1ece 100644 --- a/docs/CSS/css-basics/CSS-Animations.md +++ b/docs/CSS/css-basics/CSS-Animations.md @@ -25,7 +25,7 @@ To get an animation to work, you must bind the animation to an element. } /* The element to apply the animation to */ -div { +div{ width: 100px; height: 100px; background-color: red;