Skip to content

Commit

Permalink
Hover effect successfully added to Login & Register Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SumithThota committed Oct 17, 2024
1 parent 9ebbd90 commit 697520b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ html {

.navbar-link:is(:hover, :focus) {
background-color: var(--pistachio);
transition: 1.5s ease-in-out;
}

.header-action {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ <h1>

<li>
<a id="loginLink" class="navbar-link login-nav" href="login.html" data-nav-link>
<span>Login</span>
<span class="new_size">Login</span>
<ion-icon name="chevron-forward-outline" aria-hidden="true"></ion-icon>
</a>
</li>
<li>
<a id="registerLink" class="navbar-link login-nav" href="register.html" data-nav-link>
<span>Register</span>
<span class="new_size">Register</span>
<ion-icon name="chevron-forward-outline" aria-hidden="true"></ion-icon>
</a>
</li>
Expand Down

0 comments on commit 697520b

Please sign in to comment.