diff --git a/login.css b/login.css index d87e3d37..4a4b7b97 100644 --- a/login.css +++ b/login.css @@ -156,4 +156,22 @@ body { .toggle-password svg { width: 20px; height: 20px; +} + +#home-btn{ + position: absolute; + top: 10px; + left: 10px; + background-color: #4a8ae4; /* Bright teal background */ + color: white; + font-size: 1.7rem; /* Larger font size */ + cursor: pointer; + transition: background-color 0.3s, transform 0.3s;/* Added smooth transitions */ + padding: 10px; /* Increased padding for a larger button */ + border: none; + border-radius: 8px; /* More rounded button */ +} + +#home-btn:hover { + background-color: #012e49; } \ No newline at end of file diff --git a/login.html b/login.html index 121bc701..3f634020 100644 --- a/login.html +++ b/login.html @@ -8,27 +8,11 @@ + -
- -
- +

Login

@@ -73,6 +57,12 @@

Login

+ \ No newline at end of file diff --git a/signUp.css b/signUp.css index cf3e3e07..96149b6e 100644 --- a/signUp.css +++ b/signUp.css @@ -152,4 +152,22 @@ body { .toggle-password svg { width: 20px; height: 20px; +} + +#home-btn{ + position: absolute; + top: 10px; + left: 10px; + background-color: #4a8ae4; /* Bright teal background */ + color: white; + font-size: 1.7rem; /* Larger font size */ + cursor: pointer; + transition: background-color 0.3s, transform 0.3s;/* Added smooth transitions */ + padding: 10px; /* Increased padding for a larger button */ + border: none; + border-radius: 8px; /* More rounded button */ +} + +#home-btn:hover { + background-color: #012e49; } \ No newline at end of file diff --git a/signUp.html b/signUp.html index aa260923..4683cc86 100644 --- a/signUp.html +++ b/signUp.html @@ -11,29 +11,11 @@ href="https://fonts.googleapis.com/css2?family=Pattaya&family=Poppins:wght@400;500&display=swap" rel="stylesheet" /> + -
- -
- -
+ +