Skip to content

Commit

Permalink
Merge pull request #1091 from DharshiBalasubramaniyam/revert-1087-master
Browse files Browse the repository at this point in the history
Revert "Added Homebtn"
  • Loading branch information
DharshiBalasubramaniyam authored Nov 6, 2024
2 parents 9021369 + f5ea1dc commit bef2e8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
</div>
</a>

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

<h1 style="margin-bottom: 10px;">Login to IcyCo</h1>
<form>
<div class="input-fields">
Expand Down
18 changes: 0 additions & 18 deletions styles/login-signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,6 @@ body {
min-height: 100dvh;
}

.homeBtn {
position: absolute;
top: 20px;
left: 20px;
background: #c08ea5;
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 bef2e8b

Please sign in to comment.