Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Oct 30, 2023
1 parent 750e396 commit 0ff0d4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,12 @@ ul li{
.navlink li a {
color: #000;
/* font-size: 14px; */
transition:0.5s ;

}
.navbar li a:hover{
border: 2px solid green;
border-radius: 10px;
color: #000;
background-color: azure;
transition: 0.5s;
transition: margin-right 5px 0.5s;
}
section {
height: auto;
Expand Down

0 comments on commit 0ff0d4e

Please sign in to comment.