From 8dd83b02e2cad5cb4757cd4fdecbe44b79ef0f2a Mon Sep 17 00:00:00 2001 From: shanu5520 <36204201+shanu5520@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:59:43 +0530 Subject: [PATCH 1/3] Update index.html --- public/6.toggling-animation-play-state/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/6.toggling-animation-play-state/index.html b/public/6.toggling-animation-play-state/index.html index 619a7a7..ef1d21f 100644 --- a/public/6.toggling-animation-play-state/index.html +++ b/public/6.toggling-animation-play-state/index.html @@ -8,7 +8,7 @@ - + * { box-sizing: border-box; @@ -52,4 +52,4 @@
- \ No newline at end of file + From aa14655aa1098865336b7d2e12013575214e608e Mon Sep 17 00:00:00 2001 From: shanu5520 <36204201+shanu5520@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:04:18 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d93902d..085fce9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![A Guide to CSS Animation](https://cdn-images-1.medium.com/max/800/1*YMIFMQyYdSkmGAus_VZiPw.gif) This is the demo code for "A Guide to CSS Animation" +# Every thing is good in your project,just keep all css out of the html file.Thanks You * [A Guide to CSS Animation - Part 1](https://medium.com/@jh3y/a-guide-to-css-animation-part-1-8777f5beb1f8) * [A Guide to CSS Animation - Part 2](https://medium.com/@jh3y/a-guide-to-css-animation-part-2-2cd422f78567) From f884cb7ecb81b47007df3872deefe351e4099d71 Mon Sep 17 00:00:00 2001 From: shanu5520 <36204201+shanu5520@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:05:23 +0530 Subject: [PATCH 3/3] Update README.md