From b0fd168d2ee74a73f7c402310e667c8074d00275 Mon Sep 17 00:00:00 2001 From: ayush-kaushik21 <72242413+ayush-kaushik21@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:54:04 +0530 Subject: [PATCH] Update Style.css --- CSS Basic/CSS/chapter5/Style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CSS Basic/CSS/chapter5/Style.css b/CSS Basic/CSS/chapter5/Style.css index 03b9439..ddb0849 100644 --- a/CSS Basic/CSS/chapter5/Style.css +++ b/CSS Basic/CSS/chapter5/Style.css @@ -1,3 +1,8 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} /* visited link */ body{ background-color: #6C6C6C;