From e939ea83b0efe8c0b6805f034f8f77cdcaa699fb Mon Sep 17 00:00:00 2001 From: ayush-kaushik21 <72242413+ayush-kaushik21@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:21:27 +0530 Subject: [PATCH] Update motion.css --- motion.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/motion.css b/motion.css index 96d1e21..0c2abd3 100644 --- a/motion.css +++ b/motion.css @@ -6,6 +6,11 @@ create by Petr Pavlyuk - http://pavlyukpetr.com Copyright (c) 2015-2016 Petr Pavlyuk ------------------------*/ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} #animation { visibility: hidden;