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{