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 159458a commit 56cb354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,16 @@ ul li{

.navlink li{
display: flex;
margin: 10px;
}

.navlink li a {
padding:10px;
color: #000;
/* font-size: 14px; */
transition:0.5s ;

}
.navbar li a:hover{
padding: 10px;
border: 2px solid green;
border-radius: 10px;
color: #000;
Expand Down

0 comments on commit 56cb354

Please sign in to comment.