Skip to content

Commit

Permalink
Merge pull request #164 from Real-Dev-Squad/transition/navbar2
Browse files Browse the repository at this point in the history
added 250ms transition delay while hovering over navbar elements
  • Loading branch information
Rucha1499 committed Jun 7, 2021
2 parents eb63fa2 + 62ffc80 commit 1b5958c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/pages/navbar.css
Expand Up @@ -33,6 +33,7 @@ nav li a {

nav li a:hover {
color: #87d870;
transition-delay: 250ms;
}

.active {
Expand Down

0 comments on commit 1b5958c

Please sign in to comment.