Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
</ul>
<div class="buttons">
<a href="./login.html" class="btn-head"
><i class="fas fa-sign-in-alt"></i> Log In</a
><i class="fas fa-sign-in-alt" style="border: 0px;"></i> Log In</a
>
<a href="./sign-up.html" class="btn-head"
><i class="fas fa-user-plus"></i> Sign Up</a>
><i class="fas fa-user-plus" style="border: 0px;"></i> Sign Up</a>

</div>
<!-- <div class="menu-toggle">
Expand Down
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@ nav {
color: #fff;
font-size: 16px;
text-decoration: none;
border: 1px solid #fff;
border: #fff;
border-radius: 2px;
transition-duration: 200ms;
}
.buttons :hover{
transition: 0.5s;
color:orangered;
border: 1px solid orangered;
}

/* Mobile Responsive Styles */
Expand Down