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;