Skip to content

Commit

Permalink
applied CSS text shadow to navbar text
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph D'Agostino authored and Joseph D'Agostino committed Oct 11, 2021
1 parent 9444e27 commit 610266d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Frontend/Portfolio's/Prubhtej's Portfolio/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ section .title::after{
font-weight: 500;
margin-left: 25px;
transition: color 0.3s ease;
text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}
.navbar .menu li a:hover{
color: crimson;
Expand Down

0 comments on commit 610266d

Please sign in to comment.