From 9fb3a0193a0b6752762c637d2e1b1569d24371df Mon Sep 17 00:00:00 2001 From: shivam Date: Thu, 13 Oct 2022 19:49:08 +0530 Subject: [PATCH] i have changed the background color from gray to black --- calculator/cs.css | 2 +- calculator/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calculator/cs.css b/calculator/cs.css index 45ba1d2..fb055f0 100644 --- a/calculator/cs.css +++ b/calculator/cs.css @@ -4,7 +4,7 @@ font-size:22px; margin:0.5px -1.5px 0.5px -1.5px; padding:0px 0px 0px 0px; - border-radius: 1%; + border-radius: 2%; } #out{ diff --git a/calculator/index.html b/calculator/index.html index c914d6c..0ca2a39 100644 --- a/calculator/index.html +++ b/calculator/index.html @@ -9,7 +9,7 @@ Calculate - +