Skip to content

Commit

Permalink
Merge pull request #1438 from Arghya-Chakraborty0812/hover/loginbtn
Browse files Browse the repository at this point in the history
The hovering of login button was improved.
  • Loading branch information
ANSHIKA-26 authored Oct 26, 2024
2 parents a16b465 + 69d9475 commit 2f75252
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,12 @@ <h2 class="text-center">Login</h2>
<div class="forgot">
<a href="javascript:void(0);" onclick="openForgotPassword()">Forgot Password?</a>
</div>
<button type="submit" class="btn btn-primary w-100 mb-3">LOGIN</button>
<button type="submit" class="btn btn-secondary w-100 mb-3">LOGIN</button>
<style>
.btn:hover{
transition: 0.5s ease;
}
</style>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Expand Down

1 comment on commit 2f75252

@vercel
Copy link

@vercel vercel bot commented on 2f75252 Oct 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.