Skip to content

Commit

Permalink
Merge pull request Its-Aman-Yadav#1455 from shivamraj-2003/main
Browse files Browse the repository at this point in the history
changes index.html
  • Loading branch information
Its-Aman-Yadav authored Oct 5, 2024
2 parents b513e12 + 00dff56 commit 64083cf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,29 @@
text-align: center;
margin: 10px 0;
}
.icons {
list-style: none;
padding: 10px;
transition: color 0.3s ease;
}

.icons a {
text-decoration: none;
color: #333; /* Initial color */
transition: color 0.3s ease; /* Smooth transition for color */
}

.icons a:hover {
color: #3498db; /* Color on hover */
}

.icons i {
margin-right: 10px;
}

.icons:hover {
background-color: #f0f0f0; /* Background color on hover */
}

.btn {
background-color: #FFA500; /* Orange background */
Expand Down

0 comments on commit 64083cf

Please sign in to comment.