From 2067487c7deb27ea0335901133c76d232b0194db Mon Sep 17 00:00:00 2001 From: Ashu Kumar Date: Thu, 1 Oct 2020 18:13:20 +0530 Subject: [PATCH] adjusting some padding and some color change --- calculator/Cal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calculator/Cal.html b/calculator/Cal.html index 7ec57a0..d58cc18 100644 --- a/calculator/Cal.html +++ b/calculator/Cal.html @@ -18,7 +18,7 @@ width:250px; border-radius:10px; position:relative; -top:80px; +top:81px; left:40%; } .display @@ -71,7 +71,7 @@ } .button.black { -color:white; +color:lightgrey; background-color:303030; border-bottom:black 2px solid; border-top:2px 303030 solid;