Skip to content

Commit

Permalink
Merge pull request #374 from pulkitgarg04/main
Browse files Browse the repository at this point in the history
add hover effect on footer social media icons
  • Loading branch information
sunny0625 authored May 22, 2024
2 parents 008c1de + bb949e3 commit c43d55c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,24 @@ textarea {
background-color:rgb(196, 89, 89);
}

.social-icons i{
.social-icons a{
font-size: 1.2rem;
padding: 15px;
text-decoration: none;
color: white;
}

.fa-facebook:hover {
color:#3B5998;
}

.fa-instagram:hover {
color:#D62976;
}

.fa-twitter:hover {
color:#00B6F1;
}

/* Cart page styling */
.cart-section{
Expand Down
2 changes: 1 addition & 1 deletion Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FoodOrderingWebsite</title>
<title>Menu - Food Ordering Website</title>

<link
href="https://fonts.googleapis.com/css2?family=Fuggles&family=Mooli&family=Oswald:wght@600&family=Roboto:wght@100;300&display=swap"
Expand Down

0 comments on commit c43d55c

Please sign in to comment.