From 450e75a601b733587631147b2702ec219d72271a Mon Sep 17 00:00:00 2001 From: SoniArpit Date: Sat, 26 Dec 2020 16:15:13 +0530 Subject: [PATCH] minor change --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c5be70c..e9ddf89 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-

JavaScript Calculator

+

Awesome Calculator

diff --git a/style.css b/style.css index d71924e..6096be4 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ body { - background-color: white; + background-color:#ff006a; color: white; } .num{