Skip to content

Commit

Permalink
Done ui of footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshDwivedi03 committed Oct 4, 2024
1 parent 369b73b commit b3fdfa6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,20 @@ header nav .nav-right .header-btn > div input {
background: rgb(231, 223, 223);
}

/*
Added hover and color changes in footer
*/
li a {
color: inherit; /* Default color (will inherit the parent's color) */
text-decoration: none; /* Removes underline from the link */
transition: color 0.3s ease; /* Adds a smooth transition effect */
}

li a:hover {
color: rgb(182, 170, 170); /* Changes the text color to black on hover */
}




.navbar {
Expand Down

0 comments on commit b3fdfa6

Please sign in to comment.