Skip to content

Commit

Permalink
added comments to document change in style.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepchakraborty-rc committed Oct 7, 2024
1 parent 915e10d commit 204c7f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,23 +467,22 @@ button:hover img {
.socials a:hover{
transform: scale(1.2); /* Zoom effect on hover */
}

/* Hover zoom effect for facebook icon */
.socials .facebook:hover {
background: blue;
color: white;

}

/* Hover zoom effect for instagram icon */
.socials .instagram:hover {
background: orangered;
color: white;
}

/* Hover zoom effect for twitter[X] icon */
.socials .twitter:hover {
background: black;
color: white;
}

/* Hover zoom effect for youtube icon */
.socials .youtube:hover {
background: red;
color: white;
Expand Down

0 comments on commit 204c7f0

Please sign in to comment.