From 9d81e8d31b20c1e46f5aff6fcda6c0fe24edb2b7 Mon Sep 17 00:00:00 2001 From: Md Mohsin <63851277+undefmohsin@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:08:46 +0530 Subject: [PATCH] Update style.css --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 5b3b32e..a891a1c 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,11 @@ /* comments look like this in CSS files */ + + +*{ margin:0; + padding:0;} /* in a case where you do not want there to be any margin or padding space around an element you will want to define that there is no margin or padding. because the browser will apply it's default margin/padding to elements, */ + + #navbar { background-color: #000000; /* black */ color: #ffffff; /* white */