Skip to content

Commit

Permalink
Auto-format code using Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 5, 2024
1 parent 367dc4b commit 3c09e67
Show file tree
Hide file tree
Showing 8 changed files with 1,225 additions and 834 deletions.
26 changes: 12 additions & 14 deletions assets/css/Footer-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,20 @@
transition: 0.3s all ease-in-out;
}


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

background: linear-gradient(45deg, #833ab4, #e1306c, #fd1d1d, #fdcb5d);
}
.soc3:hover {
background-color: #25D366;
background-color: #25d366;
}
.soc4:hover {
background-color: black;
background-color: black;
}
.soc5:hover {
background-color: #0077B5;
background-color: #0077b5;
}

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

Large diffs are not rendered by default.

288 changes: 172 additions & 116 deletions src/cart.html

Large diffs are not rendered by default.

288 changes: 172 additions & 116 deletions src/contact.html

Large diffs are not rendered by default.

288 changes: 172 additions & 116 deletions src/fruites.html

Large diffs are not rendered by default.

288 changes: 172 additions & 116 deletions src/shop.html

Large diffs are not rendered by default.

288 changes: 172 additions & 116 deletions src/transaction.html

Large diffs are not rendered by default.

299 changes: 178 additions & 121 deletions src/wishlist.html

Large diffs are not rendered by default.

0 comments on commit 3c09e67

Please sign in to comment.