From 20f22f270cd5e604dd729ca6bece7bbb709aa412 Mon Sep 17 00:00:00 2001 From: Mukhtiar22 Date: Tue, 4 Feb 2025 22:10:59 +0500 Subject: [PATCH] adding the hover feature on submit btn --- LoginPage/Index.html | 2 +- LoginPage/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LoginPage/Index.html b/LoginPage/Index.html index a5ffdbf..30fda3d 100644 --- a/LoginPage/Index.html +++ b/LoginPage/Index.html @@ -11,7 +11,7 @@
-
+

Login

diff --git a/LoginPage/style.css b/LoginPage/style.css index 5796db6..f556071 100644 --- a/LoginPage/style.css +++ b/LoginPage/style.css @@ -94,6 +94,10 @@ margin: 30px 0; color: #333; font-weight: 600; +} +.btn:hover{ + background-color: antiquewhite; + } .Wrapper .register-link{ font-size: 14.5px;