From 7ce285dd4245116f8a41e9c7afbfef46afccf1f0 Mon Sep 17 00:00:00 2001 From: PUNEET TIWARI Date: Mon, 3 Jun 2024 17:10:30 +0530 Subject: [PATCH] button1.0 --- Calculators/Antilog-Calculator/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Calculators/Antilog-Calculator/style.css b/Calculators/Antilog-Calculator/style.css index d5e05d85f..e757c9b8a 100644 --- a/Calculators/Antilog-Calculator/style.css +++ b/Calculators/Antilog-Calculator/style.css @@ -43,7 +43,7 @@ body { margin-bottom: 10px; } -#button { +button { margin-top: 20px; background-color: rgb(113, 105, 201); color: white; @@ -61,7 +61,8 @@ body { button::before{ content:""; position: absolute; - background-color: rgb(175, 169, 169); + + background-color: rgb(255, 255, 255); top: 0px; left: 0; right: 0; @@ -75,7 +76,7 @@ button:hover::before{ transform: scaleX(1); } button:hover{ - border: solid 3px #6c65cd; + border: solid 3px #4e45d5; color: black; } h4{