Skip to content

Commit

Permalink
Merge pull request #758 from ANKeshri/add-social-icon
Browse files Browse the repository at this point in the history
add social icon on right of screen and added hovering effect
  • Loading branch information
himanshu-03 authored Jul 5, 2024
2 parents 64d811d + fa0572a commit 367dc4b
Show file tree
Hide file tree
Showing 8 changed files with 914 additions and 416 deletions.
27 changes: 25 additions & 2 deletions assets/css/Footer-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,22 @@
transition: 0.3s all ease-in-out;
}

.footer-left-social-icons:hover {
background-color: rgb(104 198 123 / 79%);

.soc1:hover {
background-color: #1877F2;
}
.soc2:hover {
background: linear-gradient(45deg, #833AB4, #E1306C, #FD1D1D, #FDCB5D);

}
.soc3:hover {
background-color: #25D366;
}
.soc4:hover {
background-color: black;
}
.soc5:hover {
background-color: #0077B5;
}

.footer-left-social-icons:hover svg {
Expand Down Expand Up @@ -184,3 +198,12 @@
height: 35px;
}
}
.right-social-icn{
position: fixed;
right: 10px;
top: 150px;
z-index: 100;
}
.right-social-icn div{
margin: 15px;
}
175 changes: 122 additions & 53 deletions index.html

Large diffs are not rendered by default.

184 changes: 125 additions & 59 deletions src/cart.html

Large diffs are not rendered by default.

184 changes: 125 additions & 59 deletions src/contact.html

Large diffs are not rendered by default.

199 changes: 138 additions & 61 deletions src/fruites.html

Large diffs are not rendered by default.

184 changes: 125 additions & 59 deletions src/shop.html

Large diffs are not rendered by default.

184 changes: 125 additions & 59 deletions src/transaction.html

Large diffs are not rendered by default.

193 changes: 129 additions & 64 deletions src/wishlist.html

Large diffs are not rendered by default.

0 comments on commit 367dc4b

Please sign in to comment.