From d5c5aa9b72ac26ecd7038f82a346be7850372c85 Mon Sep 17 00:00:00 2001 From: JaveriyaSaleem Date: Fri, 27 Sep 2024 17:53:10 +0500 Subject: [PATCH] added --- index.html | 2 +- style.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index cc4fc0c..f9ab811 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ -
+
diff --git a/style.css b/style.css index 4a81b75..cdcad2a 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ body { - background: #e8eaec !important; + background: #428cf4 !important; } .main-div{ background: #e8eaec; @@ -28,8 +28,15 @@ body border: 3px solid black; } + .btn-border-shadow { border: 2px solid black !important; box-shadow: 3px 3px black !important; background-color: white; +} +.btn-border-shadow:hover { + border: 2px solid black !important; + box-shadow: 4px 4px black !important; + + } \ No newline at end of file