From b8308889008cb7536bd83a48f4b4dee9469e4fd9 Mon Sep 17 00:00:00 2001 From: Suryapratap <67123991+suryapratapsinghsuryavanshi@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:46:03 +0530 Subject: [PATCH] Update demo.css change css --- css/demo.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/demo.css b/css/demo.css index 0273a57..b9ebff0 100755 --- a/css/demo.css +++ b/css/demo.css @@ -13,6 +13,11 @@ .clearfix:before, .clearfix:after {display: table; content: ''; } .clearfix:after { clear: both; } +* { + padding:0; + margin:0; +} + body { font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif; color: #444;