Skip to content

Commit

Permalink
Fixed Footer Hover
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmitaMishra24 committed Jul 10, 2024
1 parent dbf107a commit 32121a0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1747,19 +1747,15 @@ footer {
position: absolute;
width: 0;
height: 2px;
/* Adjust the thickness of the underline */
bottom: -2px;
/* Adjust position if needed */
left: 0;
background-color: #000;
/* Change this to your desired underline color */
background-color: #55a5ea;
transition: width 0.3s ease;
transition-delay: 0.1s;
/* Optional: Adds a slight delay to the animation */
}

.links a:hover {
color: #000;
color: #55a5ea;
/* Change text color to black */
}

Expand Down

0 comments on commit 32121a0

Please sign in to comment.