Skip to content

Commit

Permalink
Merge pull request #188 from AnshDwivedi03/main
Browse files Browse the repository at this point in the history
Linkedin hover done #176
  • Loading branch information
PriyaGhosal authored Oct 3, 2024
2 parents 3d021b2 + c35c236 commit 1908697
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,13 @@ body.nav-active { overflow: hidden; }
#social-link4:hover {
transform: scale(1.1);
}
#social-link5 {
transition: transform 0.3s ease;
}

#social-link5:hover {
transform: scale(1.1);
}



Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@ <h3 class="title-lg card-title">
</li>

<li>
<a href="#" class="social-link">
<img src="./assets/images/linkedIn.svg" width="40" height="40" loading="lazy" alt="instagram">
<a href="#" class="social-link" id="social-link5">
<img src="./assets/images/linkedIn.svg" width="40" height="40" loading="lazy" alt="linkedin">
</a>
</li>
</ul>
Expand Down

0 comments on commit 1908697

Please sign in to comment.