diff --git a/7-animation/2-css-animations/3-animate-circle/source.view/index.html b/7-animation/2-css-animations/3-animate-circle/source.view/index.html index e305f4cf61..cb4db93a54 100644 --- a/7-animation/2-css-animations/3-animate-circle/source.view/index.html +++ b/7-animation/2-css-animations/3-animate-circle/source.view/index.html @@ -11,18 +11,13 @@ transform: translateX(-50%) translateY(-50%); background-color: red; border-radius: 50%; - - width: 200px; - height: 200px; - top: 150px; - left: 150px; }
- +