Skip to content

Commit

Permalink
Merge pull request #3028 from shivam8112005/new
Browse files Browse the repository at this point in the history
fixed hover effect timing of social media icons
  • Loading branch information
sailaja-adapa authored Oct 7, 2024
2 parents a210312 + fd4a98c commit d21f652
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
border-radius: 1rem;
background: transparent;
color: #000000;
transition: background 0.3s, transform 0.3s;
/* transition: background 1s, transform 1s; */
}

.socialmediaicons .fa-instagram:hover {
Expand All @@ -195,16 +195,21 @@
#d42e81 50%,
#a237b6 75%,
#3e57bc 100%);
transition: all 0.3s ;
background-clip: padding-box;
border-radius: 1rem;
color: white;
transform: scale(1.1);

}
.socialmediaicons .fa-facebook:hover{
transition: all 0.3s ;
color: blue;


}
.socialmediaicons .fa-youtube:hover{
transition: all 0.3s ;
color: red;
}

Expand Down Expand Up @@ -955,7 +960,7 @@
<style>
/* Fixed translate button */
*{
transition: all 1s ease-in-out;
transition: all 0.3s ease-in-out;
}
#translateButton {
position: fixed;
Expand Down

0 comments on commit d21f652

Please sign in to comment.