Skip to content

Commit

Permalink
Merge pull request #2144 from Aman91667/main
Browse files Browse the repository at this point in the history
Add google icon #2143
  • Loading branch information
huamanraj authored Jun 25, 2024
2 parents 7fc4afa + aa94eaa commit e360e48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
width: 45px;
height: 30px;
background-color: #ccc;

border-radius: 20px;
cursor: pointer;
display: flex;
Expand All @@ -59,6 +60,15 @@
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.5s ease;
}
button img{
height: 40px;
position: relative;
right: 100px;
width: 40px;
display: flex;

}

</style>
<body>

Expand Down Expand Up @@ -247,7 +257,7 @@ <h2>Join us by creating an account or log in if you already have an account.</h2
<a href="forgot-pass.html" id="forgot_password_link">Reset Here</a>
</p>
<div id="or">Or</div>
<button id="google-sign-in"> Sign In with Google </button>
<button class="p1" id="google-sign-in"> <img src="../images/google icon.jpeg" alt="">Sign In With Google </button>
</form>
</div>

Expand Down
Binary file added assets/images/google button.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/google icon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e360e48

Please sign in to comment.