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;