Skip to content

Commit

Permalink
Update cart.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-DK07 authored Oct 2, 2024
1 parent 92d55b0 commit 7c9daa2
Showing 1 changed file with 7 additions and 33 deletions.
40 changes: 7 additions & 33 deletions Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
--ff-poppins: "Poppins", sans-serif;
}

#cart-table {
#cart-table {
padding: 20px 10px;
border-radius: 10px;
}
Expand Down Expand Up @@ -242,7 +242,7 @@
border: 3px solid whitesmoke;
}
</style>
</head>
</head>

<body>
<div id="preloader">
Expand Down Expand Up @@ -292,7 +292,7 @@ <h1 style="color: black;font-family: var(--ff-philosopher);">C A R T</h1>
<div id="couponCode" style="font-family: var(--ff-poppins);">Use coupon code <span style="font-weight: bold;">
<u>3p9xLnDE</u> </span> for 30% off!</div>

<div class="cart" style="background-color: transparent;font-family: var(--ff-philosopher);">
<div class="cart" style="background-color: transparent;font-family: var(--ff-philosopher); width: 100%;">
<table id="cart-table">
<thead>
<tr>
Expand Down Expand Up @@ -364,6 +364,10 @@ <h1 style="color: black;font-family: var(--ff-philosopher);">C A R T</h1>
<a style="color: black;font-family: var(--ff-poppins);">Mobile Wallets</a>
<a style="color: black;font-family: var(--ff-poppins);">Contactless Payments</a>
</ul>




<form id="contactForm">
<h3 style="font-family: var(--ff-philosopher);">Contact Us!</h3>
<input type="email" id="email" name="email" placeholder="Your Email" required=""
Expand Down Expand Up @@ -402,36 +406,6 @@ <h4 style="color: hsl(203, 30%,26%);font-family: var(--ff-philosopher);">Follow
d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z">
</path>
</svg>

<div class="foot_panel4">
<div class="pages">
<h4 style="color: hsl(203, 30%,26%);font-family: var(--ff-philosopher); margin: 10px;">Follow Us</h4>
<div class="social-icons">


<a class="fa-brands fa-facebook" href="https://facebook.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" style="color: hsl(203, 30%, 26%);"></a>

</div>

<p style="margin-bottom:0;font-family: var(--ff-philosopher); margin-top: 5px;">Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
</p>
<div class="copyright" style="color: hsl(203, 30%,26%);font-family: var(--ff-philosopher); margin: 3px;">
© 2024 Retro . All Rights Reserved. | <span id="author">
<a href="https://www.linkedin.com" target="_blank" style="text-decoration: none;">Retro Team</a>
</span><p></p>
</div>
<div>
<button id="sr" style="z-index: 1000;">
<div class="circle1">
<svg id="back-to-top" xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"></path>
</svg>
</div>
</button>
</div>

</div>
</button>
</div>
Expand Down

0 comments on commit 7c9daa2

Please sign in to comment.