From 7ec228f8bfacde835ce5b39d4876ee706ca4fa6f Mon Sep 17 00:00:00 2001 From: Ayan Date: Sat, 1 Aug 2020 11:12:43 +0530 Subject: [PATCH] Change the UI of the buttons --- calculator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculator.html b/calculator.html index d6f9b25..7202794 100644 --- a/calculator.html +++ b/calculator.html @@ -33,7 +33,7 @@ input[type="button"] { - background-color:green; + background-image: linear-gradient(to bottom, #e390ec, #d4f5f5); color: black; border: solid black 2px; width:100%