Skip to content

Commit

Permalink
Merge pull request #1507 from sohinirathor2004/main
Browse files Browse the repository at this point in the history
snapchat and youtube icon is added in contact info
  • Loading branch information
khushi-joshi-05 authored Jul 29, 2024
2 parents d10f79a + 6ddecb6 commit 1289aef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Css-files/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ footer {
color: white;
}

.foot-panel2 .fa-youtube:hover {
background-color: #ff0000;
background: linear-gradient(to right, #ff0000, #cc0000, #990000);
color: white;
}

.foot-panel2 .fa-snapchat:hover {
background-color: #fffc00; /* Yellow background */
background: linear-gradient(to right, #fffc00, #ffeb3b, #ffc107); /* Gradient background */
color: #fff; /* White color for the logo */
}


.foot-panel2 .fa-x-twitter:hover {
background-color: black;
color: white;
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,8 @@ <h4>Follow Us</h4>
<a class="fa-brands fa-facebook" href="https://facebook.com" target="_blank"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" target="_blank"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" target="_blank"></a>
<a class="fa-brands fa-snapchat" href="https://snapchat.com" target="_blank"></a>
<a class="fa-brands fa-youtube" href="https://youtube.com" target="_blank"></a>
<a class="fa-brands fa-linkedin" href="https://linkedin.com" target="_blank"></a>
<a class="fa-brands fa-github" href="https://github.com/khushi-joshi-05/Food-ordering-website" target="_blank"></a>
<a class="fa-brands fa-discord" href="https://discord.com/invite/sybYafYA" target="_blank"></a>
Expand Down

0 comments on commit 1289aef

Please sign in to comment.