Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Antima2004 committed Nov 4, 2024
2 parents 8d80796 + 3681770 commit 4c86cf3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@
<!-- scroll progress -->
<div class="scroll-progress"></div>

<<<<<<< HEAD
<!-- back to home page -->
<a href="./index.html" class="homeBtn">
=======
<!-- back to home page -->
<a href="index.html" class="homeBtn">
>>>>>>> 368177064ff9707165a138e343927ad1f11c1dfc
<i class="fas fa-home"></i>
</a>

Expand Down
30 changes: 30 additions & 0 deletions styles/login-signup.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body {
<<<<<<< HEAD
padding: 25px 15px;
display: flex;
align-items: center;
Expand All @@ -25,8 +26,37 @@ body {
.homeBtn:hover {
background: #ffabd2;
color: #ffffff;
=======
padding: 25px 15px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 100dvh;
background: linear-gradient(to top, var(--body-color), #ffabd2);
>>>>>>> 368177064ff9707165a138e343927ad1f11c1dfc
}

.homeBtn {
position: absolute;
top: 20px;
left: 20px;
background: #ffffff;
color: #000000;
padding: 10px;
border-radius: 10px;
cursor: pointer;
transition: 0.3s;
text-decoration: none;
z-index: 10;
}


.homeBtn:hover {
background: #ffabd2;
color: #ffffff;
}

#logo {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 4c86cf3

Please sign in to comment.