From 095cc5a875877a1b8754940844c37175868261df Mon Sep 17 00:00:00 2001 From: Ronit <70330163+asawaronit60@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:39:19 +0530 Subject: [PATCH] Update style.css --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index c0556a8..f1692ec 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,10 @@ +*{ +margin:0px; + padding:0px; + box-sizing:none; + +} + body { background-color: #000000; color: #FFFFFF; @@ -16,3 +23,11 @@ body { height: 100px; display: inline-block; } +.button:hover{ + word-spacing: 20px; + color:blue; + top:60%; + + + +}