Skip to content

Commit b84cb1b

Browse files
authored
Merge pull request #3986 from AmrutaJayanti/Typograpghy
Update CSS-Animations.md
2 parents 1b97a3a + 08489c5 commit b84cb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CSS/css-basics/CSS-Animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To get an animation to work, you must bind the animation to an element.
2525
}
2626

2727
/* The element to apply the animation to */
28-
div {
28+
div{
2929
width: 100px;
3030
height: 100px;
3131
background-color: red;

0 commit comments

Comments
 (0)