Skip to content

Commit

Permalink
Merge pull request #1219 from sakeel-103/main
Browse files Browse the repository at this point in the history
In Footer section social media icon effect
  • Loading branch information
arghadipmanna101 authored Jun 16, 2024
2 parents ed6627f + dccde8b commit a5549b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ footer .social li{
margin: 5px;
opacity: 0.75;
}
footer .social a:hover img{
transform: scale(1.5);
transition: .3s;
}
footer .footerEnd{
border-top: 1px solid #454d5e;
padding: 25px 0;
Expand Down

0 comments on commit a5549b5

Please sign in to comment.