From a827175d0f8788a17b605a11a9f986f5a33c639f Mon Sep 17 00:00:00 2001 From: Amol Dalwai <43610098+amoldalwai@users.noreply.github.com> Date: Tue, 22 Oct 2019 15:08:42 +0530 Subject: [PATCH] Made changes in css files --- calculator.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/calculator.css b/calculator.css index 0917e0a..f97c8ad 100644 --- a/calculator.css +++ b/calculator.css @@ -2,6 +2,9 @@ button { width:50px; height:50px; + color:white; + background:black; + } #down { @@ -14,6 +17,7 @@ button height:30px; border-radius:20px; + } #calci { @@ -23,5 +27,9 @@ button height:320px; background-color: white; margin:2px; + margin-top:0px; + margin-bottom:0px; + margin-right:0px; + }